Html Css Color HEX #EC63DA Free Speech Magenta

📋 copy color: '#EC63DA'

red 236 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #EC63DA

Tints of Free Speech Magenta #EC63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 42.68%
G = 17.9%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC63DA (or 0xEC63DA) is known color: Free Speech Magenta. HEX triplet: EC, 63 and DA. RGB value is (236,99,218). Sum of RGB (Red+Green+Blue) = 236+99+218=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63DA is #139C25. Grayscale: #999999. Windows color (decimal): -1285158 or 14312428. OLE color: 14312428.

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

Color convert

RGB 236 99 218 -
CMYK 0 0.58 0.08 0.07
HSL 307.88º 0.78% 0.66% -
HSV(B) 307.88º 0.58% 0.93% -
XYZ 51.71 31.82 69.75 -
YUV 153.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 236 99 218 0 0.58 0.08 0.07 307.88 0.78 0.66
Hex EC 63 DA 0 3A 8 7 134 4E 42
Octal 354 143 332 0 72 10 7 464 116 102
Binary 11101100 1100011 11011010 0 111010 1000 111 100110100 1001110 1000010

Color Harmonies of #EC63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63DA

Black with #EC63DA

Text Example


Text Example

White with #EC63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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