#E15CCA

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

Shades of Free Speech Magenta #E15CCA

Tints of Free Speech Magenta #E15CCA

Color information

#E15CCA (or 0xE15CCA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and CA. RGB value is (225,92,202). Sum of RGB (Red+Green+Blue) = 225+92+202=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CCA is #1EA335. Grayscale: #909090. Windows color (decimal): -2007862 or 13262049. OLE color: 13262049.

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

Color convert

RGB22592202-
CMYK00.590.100.12
HSL310.38º68.91%62.16%-
HSV(B)310.38º59.11%88.24%-
XYZ45.5427.9358.87-
YUV144.31160.56185.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=43.35%
G=17.73%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259220200.590.100.12310.3868.9162.16
HexE15CCA03BAC136453e
Octal341134312073121446610576
Binary111000011011100110010100111011101011001001101101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CCA; }

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

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

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

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

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

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

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

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