Html Css Color HEX #EC63D4 Free Speech Magenta

📋 copy color: '#EC63D4'

red 236 ◦ green 99 ◦ blue 212

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

Shades of Free Speech Magenta #EC63D4

Tints of Free Speech Magenta #EC63D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 43.14%
G = 18.1%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC63D4 (or 0xEC63D4) is known color: Free Speech Magenta. HEX triplet: EC, 63 and D4. RGB value is (236,99,212). Sum of RGB (Red+Green+Blue) = 236+99+212=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63D4 is #139C2B. Grayscale: #989898. Windows color (decimal): -1285164 or 13919212. OLE color: 13919212.

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

Color convert

RGB 236 99 212 -
CMYK 0 0.58 0.10 0.07
HSL 310.51º 0.78% 0.66% -
HSV(B) 310.51º 0.58% 0.93% -
XYZ 50.94 31.51 65.68 -
YUV 152.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 236 99 212 0 0.58 0.10 0.07 310.51 0.78 0.66
Hex EC 63 D4 0 3A A 7 137 4E 42
Octal 354 143 324 0 72 12 7 467 116 102
Binary 11101100 1100011 11010100 0 111010 1010 111 100110111 1001110 1000010

Color Harmonies of #EC63D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63D4

Black with #EC63D4

Text Example


Text Example

White with #EC63D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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