#EE52DA

Color #EE52DA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EE52DA

Tints of Free Speech Magenta #EE52DA

Color information

#EE52DA (or 0xEE52DA) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 52 and DA. RGB value is (238,82,218). Sum of RGB (Red+Green+Blue) = 238+82+218=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52DA is #11AD25. Grayscale: #8F8F8F. Windows color (decimal): -1158438 or 14308078. OLE color: 14308078.

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

Color convert

RGB23882218-
CMYK00.660.080.07
HSL307.69º82.11%62.75%-
HSV(B)307.69º65.55%93.33%-
XYZ50.9329.2769.3-
YUV144.15169.68194.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.24%
GREEN value IS 82 (32.42% from 255) = 15.24%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=44.24%
G=15.24%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388221800.660.080.07307.6982.1162.75
HexEE52DA04287134523f
Octal356122332010210746412277
Binary111011101010010110110100100001010001111001101001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE52DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE52DA; }

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

 H1.HeaderClassName
 {
   color: #EE52DA;
 }
 .AnyTagClassName
 {
   color: #EE52DA;
 }
</style>
background-color css

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

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

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

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

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

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