Html Css Color HEX #EC63D6 Free Speech Magenta

📋 copy color: '#EC63D6'

red 236 ◦ green 99 ◦ blue 214

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

Shades of Free Speech Magenta #EC63D6

Tints of Free Speech Magenta #EC63D6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.03%

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

R = 42.99%
G = 18.03%
B = 38.98%

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

#EC63D6 (or 0xEC63D6) is known color: Free Speech Magenta. HEX triplet: EC, 63 and D6. RGB value is (236,99,214). Sum of RGB (Red+Green+Blue) = 236+99+214=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63D6 is #139C29. Grayscale: #989898. Windows color (decimal): -1285162 or 14050284. OLE color: 14050284.

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

Color convert

RGB 236 99 214 -
CMYK 0 0.58 0.09 0.07
HSL 309.64º 0.78% 0.66% -
HSV(B) 309.64º 0.58% 0.93% -
XYZ 51.19 31.61 67.02 -
YUV 153.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 236 99 214 0 0.58 0.09 0.07 309.64 0.78 0.66
Hex EC 63 D6 0 3A 9 7 136 4E 42
Octal 354 143 326 0 72 11 7 466 116 102
Binary 11101100 1100011 11010110 0 111010 1001 111 100110110 1001110 1000010

Color Harmonies of #EC63D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63D6

Black with #EC63D6

Text Example


Text Example

White with #EC63D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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