Html Css Color HEX #E057B7 Free Speech Magenta

📋 copy color: '#E057B7'

red 224 ◦ green 87 ◦ blue 183

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

Shades of Free Speech Magenta #E057B7

Tints of Free Speech Magenta #E057B7

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 45.34%
G = 17.61%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E057B7 (or 0xE057B7) is known color: Free Speech Magenta. HEX triplet: E0, 57 and B7. RGB value is (224,87,183). Sum of RGB (Red+Green+Blue) = 224+87+183=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E057B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057B7 is #1FA848. Grayscale: #8A8A8A. Windows color (decimal): -2074697 or 12015584. OLE color: 12015584.

HSL color Cylindrical-coordinate representation of color #E057B7: hue angle of 317.96º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E057B7 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 87 183 -
CMYK 0 0.61 0.18 0.12
HSL 317.96º 0.69% 0.61% -
HSV(B) 317.96º 0.61% 0.88% -
XYZ 42.7 26.08 47.58 -
YUV 138.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 224 87 183 0 0.61 0.18 0.12 317.96 0.69 0.61
Hex E0 57 B7 0 3D 12 C 13E 45 3D
Octal 340 127 267 0 75 22 14 476 105 75
Binary 11100000 1010111 10110111 0 111101 10010 1100 100111110 1000101 111101

Color Harmonies of #E057B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E057B7

Black with #E057B7

Text Example


Text Example

White with #E057B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E057B7; }

 p { color: rgb(224,87,183); }

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

background-color css

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

 a { background-color: rgb(224,87,183); }

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

border-color css

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

 span { border-color: rgb(224,87,183); }

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