#EC65D0

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

Shades of Free Speech Magenta #EC65D0

Tints of Free Speech Magenta #EC65D0

Color information

#EC65D0 (or 0xEC65D0) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 65 and D0. RGB value is (236,101,208). Sum of RGB (Red+Green+Blue) = 236+101+208=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65D0 is #139A2F. Grayscale: #999999. Windows color (decimal): -1284656 or 13657580. OLE color: 13657580.

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

Color convert

RGB236101208-
CMYK00.570.120.07
HSL312.44º78.03%66.08%-
HSV(B)312.44º57.2%92.55%-
XYZ50.6331.6963.12-
YUV153.56158.73186.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=43.30%
G=18.53%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610120800.570.120.07312.4478.0366.08
HexEC65D0039C71384e42
Octal354145320071147470116102
Binary111011001100101110100000111001110011110011100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65D0; }

 p { color: rgb(236,101,208); }

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

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

 a { background-color: rgb(236,101,208); }

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

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

 span { border-color: rgb(236,101,208); }

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