Html Css Color HEX #E859DB Free Speech Magenta

📋 copy color: '#E859DB'

red 232 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #E859DB

Tints of Free Speech Magenta #E859DB

RGB

 RED value IS 232 (91.02% from 255) = 42.96%

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 42.96%
G = 16.48%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E859DB (or 0xE859DB) is known color: Free Speech Magenta. HEX triplet: E8, 59 and DB. RGB value is (232,89,219). Sum of RGB (Red+Green+Blue) = 232+89+219=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E859DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E859DB is #17A624. Grayscale: #929292. Windows color (decimal): -1549861 or 14375400. OLE color: 14375400.

HSL color Cylindrical-coordinate representation of color #E859DB: hue angle of 305.45º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E859DB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 89 219 -
CMYK 0 0.62 0.06 0.09
HSL 305.45º 0.76% 0.63% -
HSV(B) 305.45º 0.62% 0.91% -
XYZ 49.64 29.42 70.08 -
YUV 146.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 232 89 219 0 0.62 0.06 0.09 305.45 0.76 0.63
Hex E8 59 DB 0 3E 6 9 131 4C 3F
Octal 350 131 333 0 76 6 11 461 114 77
Binary 11101000 1011001 11011011 0 111110 110 1001 100110001 1001100 111111

Color Harmonies of #E859DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E859DB

Black with #E859DB

Text Example


Text Example

White with #E859DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E859DB; }

 p { color: rgb(232,89,219); }

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

background-color css

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

 a { background-color: rgb(232,89,219); }

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

border-color css

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

 span { border-color: rgb(232,89,219); }

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