Html Css Color HEX #EE52EA Free Speech Magenta

📋 copy color: '#EE52EA'

red 238 ◦ green 82 ◦ blue 234

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

Shades of Free Speech Magenta #EE52EA

Tints of Free Speech Magenta #EE52EA

RGB

 RED value IS 238 (93.36% from 255) = 42.96%

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 42.96%
G = 14.8%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE52EA (or 0xEE52EA) is known color: Free Speech Magenta. HEX triplet: EE, 52 and EA. RGB value is (238,82,234). Sum of RGB (Red+Green+Blue) = 238+82+234=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52EA is #11AD15. Grayscale: #919191. Windows color (decimal): -1158422 or 15356654. OLE color: 15356654.

HSL color Cylindrical-coordinate representation of color #EE52EA: hue angle of 301.54º 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 #EE52EA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 82 234 -
CMYK 0 0.66 0.02 0.07
HSL 301.54º 0.82% 0.63% -
HSV(B) 301.54º 0.66% 0.93% -
XYZ 53.13 30.15 80.86 -
YUV 145.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 238 82 234 0 0.66 0.02 0.07 301.54 0.82 0.63
Hex EE 52 EA 0 42 2 7 12E 52 3F
Octal 356 122 352 0 102 2 7 456 122 77
Binary 11101110 1010010 11101010 0 1000010 10 111 100101110 1010010 111111

Color Harmonies of #EE52EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52EA

Black with #EE52EA

Text Example


Text Example

White with #EE52EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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