Html Css Color HEX #E053D9 Free Speech Magenta

📋 copy color: '#E053D9'

red 224 ◦ green 83 ◦ blue 217

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

Shades of Free Speech Magenta #E053D9

Tints of Free Speech Magenta #E053D9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.84%

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

R = 42.75%
G = 15.84%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E053D9 (or 0xE053D9) is known color: Free Speech Magenta. HEX triplet: E0, 53 and D9. RGB value is (224,83,217). Sum of RGB (Red+Green+Blue) = 224+83+217=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E053D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053D9 is #1FAC26. Grayscale: #8C8C8C. Windows color (decimal): -2075687 or 14242784. OLE color: 14242784.

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

Color convert

RGB 224 83 217 -
CMYK 0 0.63 0.03 0.12
HSL 302.98º 0.69% 0.6% -
HSV(B) 302.98º 0.63% 0.88% -
XYZ 46.36 27.04 68.42 -
YUV 140.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 224 83 217 0 0.63 0.03 0.12 302.98 0.69 0.6
Hex E0 53 D9 0 3F 3 C 12F 45 3C
Octal 340 123 331 0 77 3 14 457 105 74
Binary 11100000 1010011 11011001 0 111111 11 1100 100101111 1000101 111100

Color Harmonies of #E053D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053D9

Black with #E053D9

Text Example


Text Example

White with #E053D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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