Html Css Color HEX #E15BCC Free Speech Magenta

📋 copy color: '#E15BCC'

red 225 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Magenta #E15BCC

Tints of Free Speech Magenta #E15BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.5%

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

R = 43.27%
G = 17.5%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E15BCC (or 0xE15BCC) is known color: Free Speech Magenta. HEX triplet: E1, 5B and CC. RGB value is (225,91,204). Sum of RGB (Red+Green+Blue) = 225+91+204=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BCC is #1EA433. Grayscale: #8F8F8F. Windows color (decimal): -2008116 or 13392865. OLE color: 13392865.

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

Color convert

RGB 225 91 204 -
CMYK 0 0.60 0.09 0.12
HSL 309.4º 0.69% 0.62% -
HSV(B) 309.4º 0.6% 0.88% -
XYZ 45.69 27.85 60.09 -
YUV 143.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 225 91 204 0 0.60 0.09 0.12 309.4 0.69 0.62
Hex E1 5B CC 0 3C 9 C 135 45 3E
Octal 341 133 314 0 74 11 14 465 105 76
Binary 11100001 1011011 11001100 0 111100 1001 1100 100110101 1000101 111110

Color Harmonies of #E15BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BCC

Black with #E15BCC

Text Example


Text Example

White with #E15BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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