Html Css Color HEX #E159BC Free Speech Magenta

📋 copy color: '#E159BC'

red 225 ◦ green 89 ◦ blue 188

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

Shades of Free Speech Magenta #E159BC

Tints of Free Speech Magenta #E159BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 44.82%
G = 17.73%
B = 37.45%

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

#E159BC (or 0xE159BC) is known color: Free Speech Magenta. HEX triplet: E1, 59 and BC. RGB value is (225,89,188). Sum of RGB (Red+Green+Blue) = 225+89+188=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E159BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159BC is #1EA643. Grayscale: #8C8C8C. Windows color (decimal): -2008644 or 12343777. OLE color: 12343777.

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

Color convert

RGB 225 89 188 -
CMYK 0 0.60 0.16 0.12
HSL 316.32º 0.69% 0.62% -
HSV(B) 316.32º 0.6% 0.88% -
XYZ 43.7 26.78 50.44 -
YUV 140.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 225 89 188 0 0.60 0.16 0.12 316.32 0.69 0.62
Hex E1 59 BC 0 3C 10 C 13C 45 3E
Octal 341 131 274 0 74 20 14 474 105 76
Binary 11100001 1011001 10111100 0 111100 10000 1100 100111100 1000101 111110

Color Harmonies of #E159BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E159BC

Black with #E159BC

Text Example


Text Example

White with #E159BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E159BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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