Html Css Color HEX #E757C9 Free Speech Magenta

📋 copy color: '#E757C9'

red 231 ◦ green 87 ◦ blue 201

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

Shades of Free Speech Magenta #E757C9

Tints of Free Speech Magenta #E757C9

RGB

 RED value IS 231 (90.63% from 255) = 44.51%

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 44.51%
G = 16.76%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E757C9 (or 0xE757C9) is known color: Free Speech Magenta. HEX triplet: E7, 57 and C9. RGB value is (231,87,201). Sum of RGB (Red+Green+Blue) = 231+87+201=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E757C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757C9 is #18A836. Grayscale: #8E8E8E. Windows color (decimal): -1615927 or 13195239. OLE color: 13195239.

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

Color convert

RGB 231 87 201 -
CMYK 0 0.62 0.13 0.09
HSL 312.5º 0.75% 0.62% -
HSV(B) 312.5º 0.62% 0.91% -
XYZ 46.91 28.02 58.19 -
YUV 143.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 231 87 201 0 0.62 0.13 0.09 312.5 0.75 0.62
Hex E7 57 C9 0 3E D 9 138 4B 3E
Octal 347 127 311 0 76 15 11 470 113 76
Binary 11100111 1010111 11001001 0 111110 1101 1001 100111000 1001011 111110

Color Harmonies of #E757C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E757C9

Black with #E757C9

Text Example


Text Example

White with #E757C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E757C9; }

 p { color: rgb(231,87,201); }

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

background-color css

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

 a { background-color: rgb(231,87,201); }

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

border-color css

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

 span { border-color: rgb(231,87,201); }

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