#EC69D5

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

Shades of Free Speech Magenta #EC69D5

Tints of Free Speech Magenta #EC69D5

Color information

#EC69D5 (or 0xEC69D5) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 69 and D5. RGB value is (236,105,213). Sum of RGB (Red+Green+Blue) = 236+105+213=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69D5 is #13962A. Grayscale: #9C9C9C. Windows color (decimal): -1283627 or 13986284. OLE color: 13986284.

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

Color convert

RGB236105213-
CMYK00.560.100.07
HSL310.53º77.51%66.86%-
HSV(B)310.53º55.51%92.55%-
XYZ51.6532.7466.55-
YUV156.48159.9184.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=42.60%
G=18.95%
B=38.45%

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
Decimal23610521300.560.100.07310.5377.5166.86
HexEC69D5038A71374e43
Octal354151325070127467116103
Binary111011001101001110101010111000101011110011011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69D5; }

 p { color: rgb(236,105,213); }

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

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

 a { background-color: rgb(236,105,213); }

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

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

 span { border-color: rgb(236,105,213); }

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