#E15CCD

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

Shades of Free Speech Magenta #E15CCD

Tints of Free Speech Magenta #E15CCD

Color information

#E15CCD (or 0xE15CCD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and CD. RGB value is (225,92,205). Sum of RGB (Red+Green+Blue) = 225+92+205=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CCD is #1EA332. Grayscale: #909090. Windows color (decimal): -2007859 or 13458657. OLE color: 13458657.

HSL color Cylindrical-coordinate representation of color #E15CCD: hue angle of 309.02º 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 #E15CCD is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB22592205-
CMYK00.590.090.12
HSL309.02º68.91%62.16%-
HSV(B)309.02º59.11%88.24%-
XYZ45.928.0760.76-
YUV144.65162.06185.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 92 (36.33% from 255) = 17.62%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=43.10%
G=17.62%
B=39.27%

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
Decimal2259220500.590.090.12309.0268.9162.16
HexE15CCD03B9C135453e
Octal341134315073111446510576
Binary111000011011100110011010111011100111001001101011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CCD; }

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

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

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

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

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

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

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

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