Html Css Color HEX #E052DD Free Speech Magenta

📋 copy color: '#E052DD'

red 224 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #E052DD

Tints of Free Speech Magenta #E052DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.56%

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

R = 42.5%
G = 15.56%
B = 41.94%

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

#E052DD (or 0xE052DD) is known color: Free Speech Magenta. HEX triplet: E0, 52 and DD. RGB value is (224,82,221). Sum of RGB (Red+Green+Blue) = 224+82+221=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E052DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052DD is #1FAD22. Grayscale: #8B8B8B. Windows color (decimal): -2075939 or 14504672. OLE color: 14504672.

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

Color convert

RGB 224 82 221 -
CMYK 0 0.63 0.01 0.12
HSL 301.27º 0.7% 0.6% -
HSV(B) 301.27º 0.63% 0.88% -
XYZ 46.81 27.1 71.17 -
YUV 140.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 224 82 221 0 0.63 0.01 0.12 301.27 0.7 0.6
Hex E0 52 DD 0 3F 1 C 12D 46 3C
Octal 340 122 335 0 77 1 14 455 106 74
Binary 11100000 1010010 11011101 0 111111 1 1100 100101101 1000110 111100

Color Harmonies of #E052DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052DD

Black with #E052DD

Text Example


Text Example

White with #E052DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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