Html Css Color HEX #E159CC Free Speech Magenta

📋 copy color: '#E159CC'

red 225 ◦ green 89 ◦ blue 204

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

Shades of Free Speech Magenta #E159CC

Tints of Free Speech Magenta #E159CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.18%

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

R = 43.44%
G = 17.18%
B = 39.38%

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

#E159CC (or 0xE159CC) is known color: Free Speech Magenta. HEX triplet: E1, 59 and CC. RGB value is (225,89,204). Sum of RGB (Red+Green+Blue) = 225+89+204=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E159CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159CC is #1EA633. Grayscale: #8E8E8E. Windows color (decimal): -2008628 or 13392353. OLE color: 13392353.

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

Color convert

RGB 225 89 204 -
CMYK 0 0.60 0.09 0.12
HSL 309.26º 0.69% 0.62% -
HSV(B) 309.26º 0.6% 0.88% -
XYZ 45.52 27.51 60.04 -
YUV 142.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 225 89 204 0 0.60 0.09 0.12 309.26 0.69 0.62
Hex E1 59 CC 0 3C 9 C 135 45 3E
Octal 341 131 314 0 74 11 14 465 105 76
Binary 11100001 1011001 11001100 0 111100 1001 1100 100110101 1000101 111110

Color Harmonies of #E159CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E159CC

Black with #E159CC

Text Example


Text Example

White with #E159CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E159CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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