Html Css Color HEX #EC63CC Free Speech Magenta

📋 copy color: '#EC63CC'

red 236 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #EC63CC

Tints of Free Speech Magenta #EC63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 43.78%
G = 18.37%
B = 37.85%

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

#EC63CC (or 0xEC63CC) is known color: Free Speech Magenta. HEX triplet: EC, 63 and CC. RGB value is (236,99,204). Sum of RGB (Red+Green+Blue) = 236+99+204=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63CC is #139C33. Grayscale: #979797. Windows color (decimal): -1285172 or 13394924. OLE color: 13394924.

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

Color convert

RGB 236 99 204 -
CMYK 0 0.58 0.14 0.07
HSL 314.01º 0.78% 0.66% -
HSV(B) 314.01º 0.58% 0.93% -
XYZ 49.95 31.12 60.5 -
YUV 151.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 236 99 204 0 0.58 0.14 0.07 314.01 0.78 0.66
Hex EC 63 CC 0 3A E 7 13A 4E 42
Octal 354 143 314 0 72 16 7 472 116 102
Binary 11101100 1100011 11001100 0 111010 1110 111 100111010 1001110 1000010

Color Harmonies of #EC63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63CC

Black with #EC63CC

Text Example


Text Example

White with #EC63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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