#EC52DB

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

Shades of Free Speech Magenta #EC52DB

Tints of Free Speech Magenta #EC52DB

Color information

#EC52DB (or 0xEC52DB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 52 and DB. RGB value is (236,82,219). Sum of RGB (Red+Green+Blue) = 236+82+219=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52DB is #13AD24. Grayscale: #8F8F8F. Windows color (decimal): -1289509 or 14373612. OLE color: 14373612.

HSL color Cylindrical-coordinate representation of color #EC52DB: hue angle of 306.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52DB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23682219-
CMYK00.650.070.07
HSL306.62º80.21%62.35%-
HSV(B)306.62º65.25%92.55%-
XYZ50.428.9869.96-
YUV143.66170.52193.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 82 (32.42% from 255) = 15.27%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=43.95%
G=15.27%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368221900.650.070.07306.6280.2162.35
HexEC52DB04177133503e
Octal35412233301017746312076
Binary11101100101001011011011010000011111111001100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC52DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC52DB; }

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

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

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

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

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

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

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

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