Html Css Color HEX #EC63DE Free Speech Magenta

📋 copy color: '#EC63DE'

red 236 ◦ green 99 ◦ blue 222

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

Shades of Free Speech Magenta #EC63DE

Tints of Free Speech Magenta #EC63DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 42.37%
G = 17.77%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC63DE (or 0xEC63DE) is known color: Free Speech Magenta. HEX triplet: EC, 63 and DE. RGB value is (236,99,222). Sum of RGB (Red+Green+Blue) = 236+99+222=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63DE is #139C21. Grayscale: #999999. Windows color (decimal): -1285154 or 14574572. OLE color: 14574572.

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

Color convert

RGB 236 99 222 -
CMYK 0 0.58 0.06 0.07
HSL 306.13º 0.78% 0.66% -
HSV(B) 306.13º 0.58% 0.93% -
XYZ 52.24 32.03 72.54 -
YUV 153.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 236 99 222 0 0.58 0.06 0.07 306.13 0.78 0.66
Hex EC 63 DE 0 3A 6 7 132 4E 42
Octal 354 143 336 0 72 6 7 462 116 102
Binary 11101100 1100011 11011110 0 111010 110 111 100110010 1001110 1000010

Color Harmonies of #EC63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63DE

Black with #EC63DE

Text Example


Text Example

White with #EC63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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