Html Css Color HEX #EC63CA Free Speech Magenta

📋 copy color: '#EC63CA'

red 236 ◦ green 99 ◦ blue 202

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

Shades of Free Speech Magenta #EC63CA

Tints of Free Speech Magenta #EC63CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 43.95%
G = 18.44%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC63CA (or 0xEC63CA) is known color: Free Speech Magenta. HEX triplet: EC, 63 and CA. RGB value is (236,99,202). Sum of RGB (Red+Green+Blue) = 236+99+202=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63CA is #139C35. Grayscale: #979797. Windows color (decimal): -1285174 or 13263852. OLE color: 13263852.

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

Color convert

RGB 236 99 202 -
CMYK 0 0.58 0.14 0.07
HSL 314.89º 0.78% 0.66% -
HSV(B) 314.89º 0.58% 0.93% -
XYZ 49.71 31.02 59.24 -
YUV 151.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 236 99 202 0 0.58 0.14 0.07 314.89 0.78 0.66
Hex EC 63 CA 0 3A E 7 13B 4E 42
Octal 354 143 312 0 72 16 7 473 116 102
Binary 11101100 1100011 11001010 0 111010 1110 111 100111011 1001110 1000010

Color Harmonies of #EC63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63CA

Black with #EC63CA

Text Example


Text Example

White with #EC63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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