Html Css Color HEX #E957D0 Free Speech Magenta

📋 copy color: '#E957D0'

red 233 ◦ green 87 ◦ blue 208

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

Shades of Free Speech Magenta #E957D0

Tints of Free Speech Magenta #E957D0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.48%

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

R = 44.13%
G = 16.48%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E957D0 (or 0xE957D0) is known color: Free Speech Magenta. HEX triplet: E9, 57 and D0. RGB value is (233,87,208). Sum of RGB (Red+Green+Blue) = 233+87+208=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E957D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E957D0 is #16A82F. Grayscale: #909090. Windows color (decimal): -1484848 or 13653993. OLE color: 13653993.

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

Color convert

RGB 233 87 208 -
CMYK 0 0.63 0.11 0.09
HSL 310.27º 0.77% 0.63% -
HSV(B) 310.27º 0.63% 0.91% -
XYZ 48.4 28.69 62.66 -
YUV 144.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 233 87 208 0 0.63 0.11 0.09 310.27 0.77 0.63
Hex E9 57 D0 0 3F B 9 136 4D 3F
Octal 351 127 320 0 77 13 11 466 115 77
Binary 11101001 1010111 11010000 0 111111 1011 1001 100110110 1001101 111111

Color Harmonies of #E957D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E957D0

Black with #E957D0

Text Example


Text Example

White with #E957D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E957D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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