Html Css Color HEX #EE52EC Free Speech Magenta

📋 copy color: '#EE52EC'

red 238 ◦ green 82 ◦ blue 236

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

Shades of Free Speech Magenta #EE52EC

Tints of Free Speech Magenta #EE52EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 42.81%
G = 14.75%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE52EC (or 0xEE52EC) is known color: Free Speech Magenta. HEX triplet: EE, 52 and EC. RGB value is (238,82,236). Sum of RGB (Red+Green+Blue) = 238+82+236=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 82 (32.42% from 255 or 14.75% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE52EC is #11AD13. Grayscale: #919191. Windows color (decimal): -1158420 or 15487726. OLE color: 15487726.

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

Color convert

RGB 238 82 236 -
CMYK 0 0.66 0.01 0.07
HSL 300.77º 0.82% 0.63% -
HSV(B) 300.77º 0.66% 0.93% -
XYZ 53.42 30.27 82.38 -
YUV 146.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 238 82 236 0 0.66 0.01 0.07 300.77 0.82 0.63
Hex EE 52 EC 0 42 1 7 12D 52 3F
Octal 356 122 354 0 102 1 7 455 122 77
Binary 11101110 1010010 11101100 0 1000010 1 111 100101101 1010010 111111

Color Harmonies of #EE52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52EC

Black with #EE52EC

Text Example


Text Example

White with #EE52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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