Html Css Color HEX #E052DF Free Speech Magenta

📋 copy color: '#E052DF'

red 224 ◦ green 82 ◦ blue 223

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

Shades of Free Speech Magenta #E052DF

Tints of Free Speech Magenta #E052DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 42.34%
G = 15.5%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E052DF (or 0xE052DF) is known color: Free Speech Magenta. HEX triplet: E0, 52 and DF. RGB value is (224,82,223). Sum of RGB (Red+Green+Blue) = 224+82+223=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E052DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052DF is #1FAD20. Grayscale: #8C8C8C. Windows color (decimal): -2075937 or 14635744. OLE color: 14635744.

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

Color convert

RGB 224 82 223 -
CMYK 0 0.63 0.00 0.12
HSL 300.42º 0.7% 0.6% -
HSV(B) 300.42º 0.63% 0.88% -
XYZ 47.08 27.21 72.58 -
YUV 140.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 224 82 223 0 0.63 0.00 0.12 300.42 0.7 0.6
Hex E0 52 DF 0 3F 0 C 12C 46 3C
Octal 340 122 337 0 77 0 14 454 106 74
Binary 11100000 1010010 11011111 0 111111 0 1100 100101100 1000110 111100

Color Harmonies of #E052DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052DF

Black with #E052DF

Text Example


Text Example

White with #E052DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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