Html Css Color HEX #E950D2 Free Speech Magenta

📋 copy color: '#E950D2'

red 233 ◦ green 80 ◦ blue 210

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

Shades of Free Speech Magenta #E950D2

Tints of Free Speech Magenta #E950D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 44.55%
G = 15.3%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E950D2 (or 0xE950D2) is known color: Free Speech Magenta. HEX triplet: E9, 50 and D2. RGB value is (233,80,210). Sum of RGB (Red+Green+Blue) = 233+80+210=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E950D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950D2 is #16AF2D. Grayscale: #8C8C8C. Windows color (decimal): -1486638 or 13783273. OLE color: 13783273.

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

Color convert

RGB 233 80 210 -
CMYK 0 0.66 0.10 0.09
HSL 309.02º 0.78% 0.61% -
HSV(B) 309.02º 0.66% 0.91% -
XYZ 48.11 27.71 63.79 -
YUV 140.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 233 80 210 0 0.66 0.10 0.09 309.02 0.78 0.61
Hex E9 50 D2 0 42 A 9 135 4E 3D
Octal 351 120 322 0 102 12 11 465 116 75
Binary 11101001 1010000 11010010 0 1000010 1010 1001 100110101 1001110 111101

Color Harmonies of #E950D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E950D2

Black with #E950D2

Text Example


Text Example

White with #E950D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E950D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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