Html Css Color HEX #E159BD Free Speech Magenta

📋 copy color: '#E159BD'

red 225 ◦ green 89 ◦ blue 189

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

Shades of Free Speech Magenta #E159BD

Tints of Free Speech Magenta #E159BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 44.73%
G = 17.69%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E159BD (or 0xE159BD) is known color: Free Speech Magenta. HEX triplet: E1, 59 and BD. RGB value is (225,89,189). Sum of RGB (Red+Green+Blue) = 225+89+189=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E159BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159BD is #1EA642. Grayscale: #8C8C8C. Windows color (decimal): -2008643 or 12409313. OLE color: 12409313.

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

Color convert

RGB 225 89 189 -
CMYK 0 0.60 0.16 0.12
HSL 315.88º 0.69% 0.62% -
HSV(B) 315.88º 0.6% 0.88% -
XYZ 43.81 26.83 51.01 -
YUV 141.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 225 89 189 0 0.60 0.16 0.12 315.88 0.69 0.62
Hex E1 59 BD 0 3C 10 C 13C 45 3E
Octal 341 131 275 0 74 20 14 474 105 76
Binary 11100001 1011001 10111101 0 111100 10000 1100 100111100 1000101 111110

Color Harmonies of #E159BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E159BD

Black with #E159BD

Text Example


Text Example

White with #E159BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E159BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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