Html Css Color HEX #EC63CE Free Speech Magenta

📋 copy color: '#EC63CE'

red 236 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Magenta #EC63CE

Tints of Free Speech Magenta #EC63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 43.62%
G = 18.3%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC63CE (or 0xEC63CE) is known color: Free Speech Magenta. HEX triplet: EC, 63 and CE. RGB value is (236,99,206). Sum of RGB (Red+Green+Blue) = 236+99+206=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63CE is #139C31. Grayscale: #979797. Windows color (decimal): -1285170 or 13525996. OLE color: 13525996.

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

Color convert

RGB 236 99 206 -
CMYK 0 0.58 0.13 0.07
HSL 313.14º 0.78% 0.66% -
HSV(B) 313.14º 0.58% 0.93% -
XYZ 50.19 31.21 61.77 -
YUV 152.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 236 99 206 0 0.58 0.13 0.07 313.14 0.78 0.66
Hex EC 63 CE 0 3A D 7 139 4E 42
Octal 354 143 316 0 72 15 7 471 116 102
Binary 11101100 1100011 11001110 0 111010 1101 111 100111001 1001110 1000010

Color Harmonies of #EC63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63CE

Black with #EC63CE

Text Example


Text Example

White with #EC63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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