Html Css Color HEX #E959DB Free Speech Magenta

📋 copy color: '#E959DB'

red 233 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #E959DB

Tints of Free Speech Magenta #E959DB

RGB

 RED value IS 233 (91.41% from 255) = 43.07%

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

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

R = 43.07%
G = 16.45%
B = 40.48%

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

#E959DB (or 0xE959DB) is known color: Free Speech Magenta. HEX triplet: E9, 59 and DB. RGB value is (233,89,219). Sum of RGB (Red+Green+Blue) = 233+89+219=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E959DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959DB is #16A624. Grayscale: #929292. Windows color (decimal): -1484325 or 14375401. OLE color: 14375401.

HSL color Cylindrical-coordinate representation of color #E959DB: hue angle of 305.83º degrees, saturation: 0.77, 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 #E959DB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 89 219 -
CMYK 0 0.62 0.06 0.09
HSL 305.83º 0.77% 0.63% -
HSV(B) 305.83º 0.62% 0.91% -
XYZ 49.96 29.58 70.09 -
YUV 146.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 233 89 219 0 0.62 0.06 0.09 305.83 0.77 0.63
Hex E9 59 DB 0 3E 6 9 132 4D 3F
Octal 351 131 333 0 76 6 11 462 115 77
Binary 11101001 1011001 11011011 0 111110 110 1001 100110010 1001101 111111

Color Harmonies of #E959DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E959DB

Black with #E959DB

Text Example


Text Example

White with #E959DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E959DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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