Html Css Color HEX #EC60D4 Free Speech Magenta

📋 copy color: '#EC60D4'

red 236 ◦ green 96 ◦ blue 212

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

Shades of Free Speech Magenta #EC60D4

Tints of Free Speech Magenta #EC60D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 43.38%
G = 17.65%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC60D4 (or 0xEC60D4) is known color: Free Speech Magenta. HEX triplet: EC, 60 and D4. RGB value is (236,96,212). Sum of RGB (Red+Green+Blue) = 236+96+212=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60D4 is #139F2B. Grayscale: #969696. Windows color (decimal): -1285932 or 13918444. OLE color: 13918444.

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

Color convert

RGB 236 96 212 -
CMYK 0 0.59 0.10 0.07
HSL 310.29º 0.79% 0.65% -
HSV(B) 310.29º 0.59% 0.93% -
XYZ 50.66 30.95 65.59 -
YUV 151.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 236 96 212 0 0.59 0.10 0.07 310.29 0.79 0.65
Hex EC 60 D4 0 3B A 7 136 4F 41
Octal 354 140 324 0 73 12 7 466 117 101
Binary 11101100 1100000 11010100 0 111011 1010 111 100110110 1001111 1000001

Color Harmonies of #EC60D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60D4

Black with #EC60D4

Text Example


Text Example

White with #EC60D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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