#EC67D4

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

Shades of Free Speech Magenta #EC67D4

Tints of Free Speech Magenta #EC67D4

Color information

#EC67D4 (or 0xEC67D4) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 67 and D4. RGB value is (236,103,212). Sum of RGB (Red+Green+Blue) = 236+103+212=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67D4 is #13982B. Grayscale: #9A9A9A. Windows color (decimal): -1284140 or 13920236. OLE color: 13920236.

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

Color convert

RGB236103212-
CMYK00.560.100.07
HSL310.83º77.78%66.47%-
HSV(B)310.83º56.36%92.55%-
XYZ51.3332.2965.81-
YUV155.19160.06185.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 103 (40.62% from 255) = 18.69%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=42.83%
G=18.69%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610321200.560.100.07310.8377.7866.47
HexEC67D4038A71374e42
Octal354147324070127467116102
Binary111011001100111110101000111000101011110011011110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67D4; }

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

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

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

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

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

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

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

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