#ec54d2

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

Shades of Free Speech Magenta #EC54D2

Tints of Free Speech Magenta #EC54D2

Color information

#EC54D2 (or 0xEC54D2) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 54 and D2. RGB value is (236,84,210). Sum of RGB (Red+Green+Blue) = 236+84+210=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54D2 is #13AB2D. Grayscale: #8F8F8F. Windows color (decimal): -1289006 or 13784300. OLE color: 13784300.

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

Color convert

RGB23684210-
CMYK00.640.110.07
HSL310.26º80%62.75%-
HSV(B)310.26º64.41%92.55%-
XYZ49.428.8363.93-
YUV143.81165.36193.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 84 (33.20% from 255) = 15.85%
BLUE value IS 210 (82.42% from 255) = 39.62%
R=44.53%
G=15.85%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368421000.640.110.07310.268062.75
HexEC54D2040B7136503f
Octal354124322010013746612077
Binary111011001010100110100100100000010111111001101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec54d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec54d2; }

 p { color: rgb(236,84,210); }

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

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

 a { background-color: rgb(236,84,210); }

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

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

 span { border-color: rgb(236,84,210); }

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