Html Css Color HEX #EC63CD Free Speech Magenta

📋 copy color: '#EC63CD'

red 236 ◦ green 99 ◦ blue 205

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

Shades of Free Speech Magenta #EC63CD

Tints of Free Speech Magenta #EC63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 43.7%
G = 18.33%
B = 37.96%

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

#EC63CD (or 0xEC63CD) is known color: Free Speech Magenta. HEX triplet: EC, 63 and CD. RGB value is (236,99,205). Sum of RGB (Red+Green+Blue) = 236+99+205=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63CD is #139C32. Grayscale: #979797. Windows color (decimal): -1285171 or 13460460. OLE color: 13460460.

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

Color convert

RGB 236 99 205 -
CMYK 0 0.58 0.13 0.07
HSL 313.58º 0.78% 0.66% -
HSV(B) 313.58º 0.58% 0.93% -
XYZ 50.07 31.16 61.13 -
YUV 152.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 236 99 205 0 0.58 0.13 0.07 313.58 0.78 0.66
Hex EC 63 CD 0 3A D 7 13A 4E 42
Octal 354 143 315 0 72 15 7 472 116 102
Binary 11101100 1100011 11001101 0 111010 1101 111 100111010 1001110 1000010

Color Harmonies of #EC63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63CD

Black with #EC63CD

Text Example


Text Example

White with #EC63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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