Html Css Color HEX #E532EE Free Speech Magenta

📋 copy color: '#E532EE'

red 229 ◦ green 50 ◦ blue 238

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

Shades of Free Speech Magenta #E532EE

Tints of Free Speech Magenta #E532EE

RGB

 RED value IS 229 (89.84% from 255) = 44.29%

 GREEN value IS 50 (19.92% from 255) = 9.67%

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

R = 44.29%
G = 9.67%
B = 46.03%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E532EE (or 0xE532EE) is known color: Free Speech Magenta. HEX triplet: E5, 32 and EE. RGB value is (229,50,238). Sum of RGB (Red+Green+Blue) = 229+50+238=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 50 (19.92% from 255 or 9.67% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #E532EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E532EE is #1ACD11. Grayscale: #7C7C7C. Windows color (decimal): -1756434 or 15610597. OLE color: 15610597.

HSL color Cylindrical-coordinate representation of color #E532EE: hue angle of 297.13º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E532EE is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 50 238 -
CMYK 0.04 0.79 0 0.07
HSL 297.13º 0.85% 0.56% -
HSV(B) 297.13º 0.79% 0.93% -
XYZ 48.89 25.11 83.16 -
YUV 124.95 191.8 202.21 -
System Red Green Blue C M Y K H S L
Decimal 229 50 238 0.04 0.79 0 0.07 297.13 0.85 0.56
Hex E5 32 EE 4 4F 0 7 129 55 38
Octal 345 62 356 4 117 0 7 451 125 70
Binary 11100101 110010 11101110 100 1001111 0 111 100101001 1010101 111000

Color Harmonies of #E532EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532EE

Black with #E532EE

Text Example


Text Example

White with #E532EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532EE; }

 p { color: rgb(229,50,238); }

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

background-color css

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

 a { background-color: rgb(229,50,238); }

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

border-color css

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

 span { border-color: rgb(229,50,238); }

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