Html Css Color HEX #E957D5 Free Speech Magenta

📋 copy color: '#E957D5'

red 233 ◦ green 87 ◦ blue 213

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

Shades of Free Speech Magenta #E957D5

Tints of Free Speech Magenta #E957D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.96%

R = 43.71%
G = 16.32%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E957D5 (or 0xE957D5) is known color: Free Speech Magenta. HEX triplet: E9, 57 and D5. RGB value is (233,87,213). Sum of RGB (Red+Green+Blue) = 233+87+213=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E957D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E957D5 is #16A82A. Grayscale: #909090. Windows color (decimal): -1484843 or 13981673. OLE color: 13981673.

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

Color convert

RGB 233 87 213 -
CMYK 0 0.63 0.09 0.09
HSL 308.22º 0.77% 0.63% -
HSV(B) 308.22º 0.63% 0.91% -
XYZ 49.02 28.94 65.95 -
YUV 145.02 166.37 190.75 -
System Red Green Blue C M Y K H S L
Decimal 233 87 213 0 0.63 0.09 0.09 308.22 0.77 0.63
Hex E9 57 D5 0 3F 9 9 134 4D 3F
Octal 351 127 325 0 77 11 11 464 115 77
Binary 11101001 1010111 11010101 0 111111 1001 1001 100110100 1001101 111111

Color Harmonies of #E957D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E957D5

Black with #E957D5

Text Example


Text Example

White with #E957D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E957D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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