#EC55D4

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

Shades of Free Speech Magenta #EC55D4

Tints of Free Speech Magenta #EC55D4

Color information

#EC55D4 (or 0xEC55D4) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 55 and D4. RGB value is (236,85,212). Sum of RGB (Red+Green+Blue) = 236+85+212=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55D4 is #13AA2B. Grayscale: #909090. Windows color (decimal): -1288748 or 13915628. OLE color: 13915628.

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

Color convert

RGB23685212-
CMYK00.640.100.07
HSL309.54º79.89%62.94%-
HSV(B)309.54º63.98%92.55%-
XYZ49.7229.0865.28-
YUV144.63166.03193.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 85 (33.59% from 255) = 15.95%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=44.28%
G=15.95%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368521200.640.100.07309.5479.8962.94
HexEC55D4040A7136503f
Octal354125324010012746612077
Binary111011001010101110101000100000010101111001101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55D4; }

 p { color: rgb(236,85,212); }

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

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

 a { background-color: rgb(236,85,212); }

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

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

 span { border-color: rgb(236,85,212); }

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