Html Css Color HEX #EC63E1 Free Speech Magenta

📋 copy color: '#EC63E1'

red 236 ◦ green 99 ◦ blue 225

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

Shades of Free Speech Magenta #EC63E1

Tints of Free Speech Magenta #EC63E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 42.14%
G = 17.68%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC63E1 (or 0xEC63E1) is known color: Free Speech Magenta. HEX triplet: EC, 63 and E1. RGB value is (236,99,225). Sum of RGB (Red+Green+Blue) = 236+99+225=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63E1 is #139C1E. Grayscale: #999999. Windows color (decimal): -1285151 or 14771180. OLE color: 14771180.

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

Color convert

RGB 236 99 225 -
CMYK 0 0.58 0.05 0.07
HSL 304.82º 0.78% 0.66% -
HSV(B) 304.82º 0.58% 0.93% -
XYZ 52.64 32.19 74.67 -
YUV 154.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 236 99 225 0 0.58 0.05 0.07 304.82 0.78 0.66
Hex EC 63 E1 0 3A 5 7 131 4E 42
Octal 354 143 341 0 72 5 7 461 116 102
Binary 11101100 1100011 11100001 0 111010 101 111 100110001 1001110 1000010

Color Harmonies of #EC63E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63E1

Black with #EC63E1

Text Example


Text Example

White with #EC63E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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