Html Css Color HEX #E958DB Free Speech Magenta

📋 copy color: '#E958DB'

red 233 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #E958DB

Tints of Free Speech Magenta #E958DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.3%

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

R = 43.15%
G = 16.3%
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

#E958DB (or 0xE958DB) is known color: Free Speech Magenta. HEX triplet: E9, 58 and DB. RGB value is (233,88,219). Sum of RGB (Red+Green+Blue) = 233+88+219=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E958DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958DB is #16A724. Grayscale: #919191. Windows color (decimal): -1484581 or 14375145. OLE color: 14375145.

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

Color convert

RGB 233 88 219 -
CMYK 0 0.62 0.06 0.09
HSL 305.79º 0.77% 0.63% -
HSV(B) 305.79º 0.62% 0.91% -
XYZ 49.88 29.42 70.07 -
YUV 146.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 233 88 219 0 0.62 0.06 0.09 305.79 0.77 0.63
Hex E9 58 DB 0 3E 6 9 132 4D 3F
Octal 351 130 333 0 76 6 11 462 115 77
Binary 11101001 1011000 11011011 0 111110 110 1001 100110010 1001101 111111

Color Harmonies of #E958DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958DB

Black with #E958DB

Text Example


Text Example

White with #E958DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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