Html Css Color HEX #EE52CC Free Speech Magenta

📋 copy color: '#EE52CC'

red 238 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #EE52CC

Tints of Free Speech Magenta #EE52CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 45.42%
G = 15.65%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE52CC (or 0xEE52CC) is known color: Free Speech Magenta. HEX triplet: EE, 52 and CC. RGB value is (238,82,204). Sum of RGB (Red+Green+Blue) = 238+82+204=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52CC is #11AD33. Grayscale: #8E8E8E. Windows color (decimal): -1158452 or 13390574. OLE color: 13390574.

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

Color convert

RGB 238 82 204 -
CMYK 0 0.66 0.14 0.07
HSL 313.08º 0.82% 0.63% -
HSV(B) 313.08º 0.66% 0.93% -
XYZ 49.18 28.57 60.05 -
YUV 142.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 238 82 204 0 0.66 0.14 0.07 313.08 0.82 0.63
Hex EE 52 CC 0 42 E 7 139 52 3F
Octal 356 122 314 0 102 16 7 471 122 77
Binary 11101110 1010010 11001100 0 1000010 1110 111 100111001 1010010 111111

Color Harmonies of #EE52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52CC

Black with #EE52CC

Text Example


Text Example

White with #EE52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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