Html Css Color HEX #E053DD Free Speech Magenta

📋 copy color: '#E053DD'

red 224 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #E053DD

Tints of Free Speech Magenta #E053DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 42.42%
G = 15.72%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E053DD (or 0xE053DD) is known color: Free Speech Magenta. HEX triplet: E0, 53 and DD. RGB value is (224,83,221). Sum of RGB (Red+Green+Blue) = 224+83+221=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E053DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053DD is #1FAC22. Grayscale: #8C8C8C. Windows color (decimal): -2075683 or 14504928. OLE color: 14504928.

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

Color convert

RGB 224 83 221 -
CMYK 0 0.63 0.01 0.12
HSL 301.28º 0.69% 0.6% -
HSV(B) 301.28º 0.63% 0.88% -
XYZ 46.88 27.25 71.2 -
YUV 140.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 224 83 221 0 0.63 0.01 0.12 301.28 0.69 0.6
Hex E0 53 DD 0 3F 1 C 12D 45 3C
Octal 340 123 335 0 77 1 14 455 105 74
Binary 11100000 1010011 11011101 0 111111 1 1100 100101101 1000101 111100

Color Harmonies of #E053DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053DD

Black with #E053DD

Text Example


Text Example

White with #E053DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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