Html Css Color HEX #E057B9 Free Speech Magenta

📋 copy color: '#E057B9'

red 224 ◦ green 87 ◦ blue 185

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

Shades of Free Speech Magenta #E057B9

Tints of Free Speech Magenta #E057B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 45.16%
G = 17.54%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E057B9 (or 0xE057B9) is known color: Free Speech Magenta. HEX triplet: E0, 57 and B9. RGB value is (224,87,185). Sum of RGB (Red+Green+Blue) = 224+87+185=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E057B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057B9 is #1FA846. Grayscale: #8A8A8A. Windows color (decimal): -2074695 or 12146656. OLE color: 12146656.

HSL color Cylindrical-coordinate representation of color #E057B9: hue angle of 317.08º 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 #E057B9 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 87 185 -
CMYK 0 0.61 0.17 0.12
HSL 317.08º 0.69% 0.61% -
HSV(B) 317.08º 0.61% 0.88% -
XYZ 42.91 26.17 48.69 -
YUV 139.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 224 87 185 0 0.61 0.17 0.12 317.08 0.69 0.61
Hex E0 57 B9 0 3D 11 C 13D 45 3D
Octal 340 127 271 0 75 21 14 475 105 75
Binary 11100000 1010111 10111001 0 111101 10001 1100 100111101 1000101 111101

Color Harmonies of #E057B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E057B9

Black with #E057B9

Text Example


Text Example

White with #E057B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E057B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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