Html Css Color HEX #E950D0 Free Speech Magenta

📋 copy color: '#E950D0'

red 233 ◦ green 80 ◦ blue 208

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

Shades of Free Speech Magenta #E950D0

Tints of Free Speech Magenta #E950D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 44.72%
G = 15.36%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E950D0 (or 0xE950D0) is known color: Free Speech Magenta. HEX triplet: E9, 50 and D0. RGB value is (233,80,208). Sum of RGB (Red+Green+Blue) = 233+80+208=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E950D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950D0 is #16AF2F. Grayscale: #8B8B8B. Windows color (decimal): -1486640 or 13652201. OLE color: 13652201.

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

Color convert

RGB 233 80 208 -
CMYK 0 0.66 0.11 0.09
HSL 309.8º 0.78% 0.61% -
HSV(B) 309.8º 0.66% 0.91% -
XYZ 47.86 27.62 62.48 -
YUV 140.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 233 80 208 0 0.66 0.11 0.09 309.8 0.78 0.61
Hex E9 50 D0 0 42 B 9 136 4E 3D
Octal 351 120 320 0 102 13 11 466 116 75
Binary 11101001 1010000 11010000 0 1000010 1011 1001 100110110 1001110 111101

Color Harmonies of #E950D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950D0

Black with #E950D0

Text Example


Text Example

White with #E950D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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