Html Css Color HEX #E950DD Free Speech Magenta

📋 copy color: '#E950DD'

red 233 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #E950DD

Tints of Free Speech Magenta #E950DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.98%

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 43.63%
G = 14.98%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E950DD (or 0xE950DD) is known color: Free Speech Magenta. HEX triplet: E9, 50 and DD. RGB value is (233,80,221). Sum of RGB (Red+Green+Blue) = 233+80+221=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E950DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950DD is #16AF22. Grayscale: #8D8D8D. Windows color (decimal): -1486627 or 14504169. OLE color: 14504169.

HSL color Cylindrical-coordinate representation of color #E950DD: hue angle of 304.71º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950DD is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 221 -
CMYK 0 0.66 0.05 0.09
HSL 304.71º 0.78% 0.61% -
HSV(B) 304.71º 0.66% 0.91% -
XYZ 49.52 28.28 71.26 -
YUV 141.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 233 80 221 0 0.66 0.05 0.09 304.71 0.78 0.61
Hex E9 50 DD 0 42 5 9 131 4E 3D
Octal 351 120 335 0 102 5 11 461 116 75
Binary 11101001 1010000 11011101 0 1000010 101 1001 100110001 1001110 111101

Color Harmonies of #E950DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950DD

Black with #E950DD

Text Example


Text Example

White with #E950DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950DD; }

 p { color: rgb(233,80,221); }

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

background-color css

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

 a { background-color: rgb(233,80,221); }

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

border-color css

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

 span { border-color: rgb(233,80,221); }

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