Html Css Color HEX #E15DCC Free Speech Magenta

📋 copy color: '#E15DCC'

red 225 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Magenta #E15DCC

Tints of Free Speech Magenta #E15DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.82%

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

R = 43.1%
G = 17.82%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E15DCC (or 0xE15DCC) is known color: Free Speech Magenta. HEX triplet: E1, 5D and CC. RGB value is (225,93,204). Sum of RGB (Red+Green+Blue) = 225+93+204=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DCC is #1EA233. Grayscale: #909090. Windows color (decimal): -2007604 or 13393377. OLE color: 13393377.

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

Color convert

RGB 225 93 204 -
CMYK 0 0.59 0.09 0.12
HSL 309.55º 0.69% 0.62% -
HSV(B) 309.55º 0.59% 0.88% -
XYZ 45.86 28.2 60.15 -
YUV 145.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 225 93 204 0 0.59 0.09 0.12 309.55 0.69 0.62
Hex E1 5D CC 0 3B 9 C 136 45 3E
Octal 341 135 314 0 73 11 14 466 105 76
Binary 11100001 1011101 11001100 0 111011 1001 1100 100110110 1000101 111110

Color Harmonies of #E15DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DCC

Black with #E15DCC

Text Example


Text Example

White with #E15DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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