Html Css Color HEX #EC63D9 Free Speech Magenta

📋 copy color: '#EC63D9'

red 236 ◦ green 99 ◦ blue 217

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

Shades of Free Speech Magenta #EC63D9

Tints of Free Speech Magenta #EC63D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 42.75%
G = 17.93%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC63D9 (or 0xEC63D9) is known color: Free Speech Magenta. HEX triplet: EC, 63 and D9. RGB value is (236,99,217). Sum of RGB (Red+Green+Blue) = 236+99+217=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63D9 is #139C26. Grayscale: #999999. Windows color (decimal): -1285159 or 14246892. OLE color: 14246892.

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

Color convert

RGB 236 99 217 -
CMYK 0 0.58 0.08 0.07
HSL 308.32º 0.78% 0.66% -
HSV(B) 308.32º 0.58% 0.93% -
XYZ 51.58 31.77 69.06 -
YUV 153.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 236 99 217 0 0.58 0.08 0.07 308.32 0.78 0.66
Hex EC 63 D9 0 3A 8 7 134 4E 42
Octal 354 143 331 0 72 10 7 464 116 102
Binary 11101100 1100011 11011001 0 111010 1000 111 100110100 1001110 1000010

Color Harmonies of #EC63D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63D9

Black with #EC63D9

Text Example


Text Example

White with #EC63D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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