#E15CCC

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

Shades of Free Speech Magenta #E15CCC

Tints of Free Speech Magenta #E15CCC

Color information

#E15CCC (or 0xE15CCC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and CC. RGB value is (225,92,204). Sum of RGB (Red+Green+Blue) = 225+92+204=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CCC is #1EA333. Grayscale: #909090. Windows color (decimal): -2007860 or 13393121. OLE color: 13393121.

HSL color Cylindrical-coordinate representation of color #E15CCC: hue angle of 309.47º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CCC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB22592204-
CMYK00.590.090.12
HSL309.47º68.91%62.16%-
HSV(B)309.47º59.11%88.24%-
XYZ45.7828.0260.12-
YUV144.54161.56185.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=43.19%
G=17.66%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259220400.590.090.12309.4768.9162.16
HexE15CCC03B9C135453e
Octal341134314073111446510576
Binary111000011011100110011000111011100111001001101011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CCC; }

 p { color: rgb(225,92,204); }

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

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

 a { background-color: rgb(225,92,204); }

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

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

 span { border-color: rgb(225,92,204); }

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