Html Css Color HEX #EC60D3 Free Speech Magenta

📋 copy color: '#EC60D3'

red 236 ◦ green 96 ◦ blue 211

#EC60D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EC60D3

Tints of Free Speech Magenta #EC60D3

RGB

 RED value IS 236 (92.58% from 255) = 43.46%

 GREEN value IS 96 (37.89% from 255) = 17.68%

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 43.46%
G = 17.68%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC60D3 (or 0xEC60D3) is known color: Free Speech Magenta. HEX triplet: EC, 60 and D3. RGB value is (236,96,211). Sum of RGB (Red+Green+Blue) = 236+96+211=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60D3 is #139F2C. Grayscale: #969696. Windows color (decimal): -1285933 or 13852908. OLE color: 13852908.

HSL color Cylindrical-coordinate representation of color #EC60D3: hue angle of 310.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60D3 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 211 -
CMYK 0 0.59 0.11 0.07
HSL 310.71º 0.79% 0.65% -
HSV(B) 310.71º 0.59% 0.93% -
XYZ 50.53 30.9 64.93 -
YUV 150.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 236 96 211 0 0.59 0.11 0.07 310.71 0.79 0.65
Hex EC 60 D3 0 3B B 7 137 4F 41
Octal 354 140 323 0 73 13 7 467 117 101
Binary 11101100 1100000 11010011 0 111011 1011 111 100110111 1001111 1000001

Color Harmonies of #EC60D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60D3

Black with #EC60D3

Text Example


Text Example

White with #EC60D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60D3; }

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

 H1.HeaderClassName
 {
   color: #EC60D3;
 }
 .AnyTagClassName
 {
   color: #EC60D3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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