Html Css Color HEX #E052EE Free Speech Magenta

📋 copy color: '#E052EE'

red 224 ◦ green 82 ◦ blue 238

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

Shades of Free Speech Magenta #E052EE

Tints of Free Speech Magenta #E052EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 41.18%
G = 15.07%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E052EE (or 0xE052EE) is known color: Free Speech Magenta. HEX triplet: E0, 52 and EE. RGB value is (224,82,238). Sum of RGB (Red+Green+Blue) = 224+82+238=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #E052EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052EE is #1FAD11. Grayscale: #8D8D8D. Windows color (decimal): -2075922 or 15618784. OLE color: 15618784.

HSL color Cylindrical-coordinate representation of color #E052EE: hue angle of 294.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E052EE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 82 238 -
CMYK 0.06 0.66 0 0.07
HSL 294.62º 0.82% 0.63% -
HSV(B) 294.62º 0.66% 0.93% -
XYZ 49.19 28.05 83.71 -
YUV 142.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 224 82 238 0.06 0.66 0 0.07 294.62 0.82 0.63
Hex E0 52 EE 6 42 0 7 127 52 3F
Octal 340 122 356 6 102 0 7 447 122 77
Binary 11100000 1010010 11101110 110 1000010 0 111 100100111 1010010 111111

Color Harmonies of #E052EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052EE

Black with #E052EE

Text Example


Text Example

White with #E052EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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