Html Css Color HEX #E057D9 Free Speech Magenta

📋 copy color: '#E057D9'

red 224 ◦ green 87 ◦ blue 217

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

Shades of Free Speech Magenta #E057D9

Tints of Free Speech Magenta #E057D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 42.42%
G = 16.48%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E057D9 (or 0xE057D9) is known color: Free Speech Magenta. HEX triplet: E0, 57 and D9. RGB value is (224,87,217). Sum of RGB (Red+Green+Blue) = 224+87+217=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E057D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057D9 is #1FA826. Grayscale: #8E8E8E. Windows color (decimal): -2074663 or 14243808. OLE color: 14243808.

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

Color convert

RGB 224 87 217 -
CMYK 0 0.61 0.03 0.12
HSL 303.07º 0.69% 0.61% -
HSV(B) 303.07º 0.61% 0.88% -
XYZ 46.67 27.67 68.53 -
YUV 142.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 224 87 217 0 0.61 0.03 0.12 303.07 0.69 0.61
Hex E0 57 D9 0 3D 3 C 12F 45 3D
Octal 340 127 331 0 75 3 14 457 105 75
Binary 11100000 1010111 11011001 0 111101 11 1100 100101111 1000101 111101

Color Harmonies of #E057D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E057D9

Black with #E057D9

Text Example


Text Example

White with #E057D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E057D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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