Html Css Color HEX #E955DB Free Speech Magenta

📋 copy color: '#E955DB'

red 233 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #E955DB

Tints of Free Speech Magenta #E955DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.83%

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

R = 43.39%
G = 15.83%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E955DB (or 0xE955DB) is known color: Free Speech Magenta. HEX triplet: E9, 55 and DB. RGB value is (233,85,219). Sum of RGB (Red+Green+Blue) = 233+85+219=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E955DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955DB is #16AA24. Grayscale: #909090. Windows color (decimal): -1485349 or 14374377. OLE color: 14374377.

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

Color convert

RGB 233 85 219 -
CMYK 0 0.64 0.06 0.09
HSL 305.68º 0.77% 0.62% -
HSV(B) 305.68º 0.64% 0.91% -
XYZ 49.64 28.94 69.99 -
YUV 144.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 233 85 219 0 0.64 0.06 0.09 305.68 0.77 0.62
Hex E9 55 DB 0 40 6 9 132 4D 3E
Octal 351 125 333 0 100 6 11 462 115 76
Binary 11101001 1010101 11011011 0 1000000 110 1001 100110010 1001101 111110

Color Harmonies of #E955DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955DB

Black with #E955DB

Text Example


Text Example

White with #E955DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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