#EC67D3

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

Shades of Free Speech Magenta #EC67D3

Tints of Free Speech Magenta #EC67D3

Color information

#EC67D3 (or 0xEC67D3) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 67 and D3. RGB value is (236,103,211). Sum of RGB (Red+Green+Blue) = 236+103+211=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67D3 is #13982C. Grayscale: #9A9A9A. Windows color (decimal): -1284141 or 13854700. OLE color: 13854700.

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

Color convert

RGB236103211-
CMYK00.560.110.07
HSL311.28º77.78%66.47%-
HSV(B)311.28º56.36%92.55%-
XYZ51.232.2465.15-
YUV155.08159.56185.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 103 (40.62% from 255) = 18.73%
BLUE value IS 211 (82.81% from 255) = 38.36%
R=42.91%
G=18.73%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610321100.560.110.07311.2877.7866.47
HexEC67D3038B71374e42
Octal354147323070137467116102
Binary111011001100111110100110111000101111110011011110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67D3; }

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

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

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

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

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

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

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

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