Html Css Color HEX #E15ECC Free Speech Magenta

📋 copy color: '#E15ECC'

red 225 ◦ green 94 ◦ blue 204

#E15ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E15ECC

Tints of Free Speech Magenta #E15ECC

RGB

 RED value IS 225 (88.28% from 255) = 43.02%

 GREEN value IS 94 (37.11% from 255) = 17.97%

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 43.02%
G = 17.97%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E15ECC (or 0xE15ECC) is known color: Free Speech Magenta. HEX triplet: E1, 5E and CC. RGB value is (225,94,204). Sum of RGB (Red+Green+Blue) = 225+94+204=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ECC is #1EA133. Grayscale: #919191. Windows color (decimal): -2007348 or 13393633. OLE color: 13393633.

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

Color convert

RGB 225 94 204 -
CMYK 0 0.58 0.09 0.12
HSL 309.62º 0.69% 0.63% -
HSV(B) 309.62º 0.58% 0.88% -
XYZ 45.95 28.37 60.18 -
YUV 145.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 225 94 204 0 0.58 0.09 0.12 309.62 0.69 0.63
Hex E1 5E CC 0 3A 9 C 136 45 3F
Octal 341 136 314 0 72 11 14 466 105 77
Binary 11100001 1011110 11001100 0 111010 1001 1100 100110110 1000101 111111

Color Harmonies of #E15ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15ECC

Black with #E15ECC

Text Example


Text Example

White with #E15ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15ECC; }

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

 H1.HeaderClassName
 {
   color: #E15ECC;
 }
 .AnyTagClassName
 {
   color: #E15ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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