Html Css Color HEX #E159D1 Free Speech Magenta

📋 copy color: '#E159D1'

red 225 ◦ green 89 ◦ blue 209

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

Shades of Free Speech Magenta #E159D1

Tints of Free Speech Magenta #E159D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 43.02%
G = 17.02%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E159D1 (or 0xE159D1) is known color: Free Speech Magenta. HEX triplet: E1, 59 and D1. RGB value is (225,89,209). Sum of RGB (Red+Green+Blue) = 225+89+209=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E159D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159D1 is #1EA62E. Grayscale: #8F8F8F. Windows color (decimal): -2008623 or 13720033. OLE color: 13720033.

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

Color convert

RGB 225 89 209 -
CMYK 0 0.60 0.07 0.12
HSL 307.06º 0.69% 0.62% -
HSV(B) 307.06º 0.6% 0.88% -
XYZ 46.13 27.76 63.25 -
YUV 143.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 225 89 209 0 0.60 0.07 0.12 307.06 0.69 0.62
Hex E1 59 D1 0 3C 7 C 133 45 3E
Octal 341 131 321 0 74 7 14 463 105 76
Binary 11100001 1011001 11010001 0 111100 111 1100 100110011 1000101 111110

Color Harmonies of #E159D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E159D1

Black with #E159D1

Text Example


Text Example

White with #E159D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E159D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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