Html Css Color HEX #EE52C8 Free Speech Magenta

📋 copy color: '#EE52C8'

red 238 ◦ green 82 ◦ blue 200

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

Shades of Free Speech Magenta #EE52C8

Tints of Free Speech Magenta #EE52C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.46%

R = 45.77%
G = 15.77%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE52C8 (or 0xEE52C8) is known color: Free Speech Magenta. HEX triplet: EE, 52 and C8. RGB value is (238,82,200). Sum of RGB (Red+Green+Blue) = 238+82+200=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52C8 is #11AD37. Grayscale: #8D8D8D. Windows color (decimal): -1158456 or 13128430. OLE color: 13128430.

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

Color convert

RGB 238 82 200 -
CMYK 0 0.66 0.16 0.07
HSL 314.62º 0.82% 0.63% -
HSV(B) 314.62º 0.66% 0.93% -
XYZ 48.7 28.38 57.55 -
YUV 142.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 238 82 200 0 0.66 0.16 0.07 314.62 0.82 0.63
Hex EE 52 C8 0 42 10 7 13B 52 3F
Octal 356 122 310 0 102 20 7 473 122 77
Binary 11101110 1010010 11001000 0 1000010 10000 111 100111011 1010010 111111

Color Harmonies of #EE52C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52C8

Black with #EE52C8

Text Example


Text Example

White with #EE52C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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