#EB5CEC

Color #EB5CEC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EB5CEC

Tints of Free Speech Magenta #EB5CEC

Color information

#EB5CEC (or 0xEB5CEC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5C and EC. RGB value is (235,92,236). Sum of RGB (Red+Green+Blue) = 235+92+236=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB5CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5CEC is #14A313. Grayscale: #969696. Windows color (decimal): -1352468 or 15490283. OLE color: 15490283.

HSL color Cylindrical-coordinate representation of color #EB5CEC: hue angle of 299.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5CEC is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23592236-
CMYK0.000.6100.07
HSL299.58º79.12%64.31%-
HSV(B)299.58º61.02%92.55%-
XYZ53.2331.3782.61-
YUV151.17175.88187.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 92 (36.33% from 255) = 16.34%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=41.74%
G=16.34%
B=41.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235922360.000.6100.07299.5879.1264.31
HexEB5CEC03D0712c4f40
Octal35313435407507454117100
Binary111010111011100111011000111101011110010110010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5CEC; }

 p { color: rgb(235,92,236); }

 H1.HeaderClassName
 {
   color: #EB5CEC;
 }
 .AnyTagClassName
 {
   color: #EB5CEC;
 }
</style>
background-color css

<style>
 a { background-color: #EB5CEC; }

 a { background-color: rgb(235,92,236); }

 div.DivClassName
 {
   background-color: #EB5CEC;
 }
 .BgClassName
 {
   background-color: #EB5CEC;
 }
</style>
border-color css

<style>
 span { border-color: #EB5CEC; }

 span { border-color: rgb(235,92,236); }

 td.TdClassName
 {
   border-color: #EB5CEC;
 }
 .TagClassName
 {
   border-color: #EB5CEC;
 }
</style>