Html Css Color HEX #EC62D6 Free Speech Magenta

📋 copy color: '#EC62D6'

red 236 ◦ green 98 ◦ blue 214

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

Shades of Free Speech Magenta #EC62D6

Tints of Free Speech Magenta #EC62D6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.88%

 BLUE value IS 214 (83.98% from 255) = 39.05%

R = 43.07%
G = 17.88%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC62D6 (or 0xEC62D6) is known color: Free Speech Magenta. HEX triplet: EC, 62 and D6. RGB value is (236,98,214). Sum of RGB (Red+Green+Blue) = 236+98+214=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62D6 is #139D29. Grayscale: #989898. Windows color (decimal): -1285418 or 14050028. OLE color: 14050028.

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

Color convert

RGB 236 98 214 -
CMYK 0 0.58 0.09 0.07
HSL 309.57º 0.78% 0.65% -
HSV(B) 309.57º 0.58% 0.93% -
XYZ 51.1 31.42 66.99 -
YUV 152.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 236 98 214 0 0.58 0.09 0.07 309.57 0.78 0.65
Hex EC 62 D6 0 3A 9 7 136 4E 41
Octal 354 142 326 0 72 11 7 466 116 101
Binary 11101100 1100010 11010110 0 111010 1001 111 100110110 1001110 1000001

Color Harmonies of #EC62D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC62D6

Black with #EC62D6

Text Example


Text Example

White with #EC62D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC62D6; }

 p { color: rgb(236,98,214); }

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

background-color css

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

 a { background-color: rgb(236,98,214); }

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

border-color css

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

 span { border-color: rgb(236,98,214); }

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