Html Css Color HEX #EC63E4 Free Speech Magenta

📋 copy color: '#EC63E4'

red 236 ◦ green 99 ◦ blue 228

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

Shades of Free Speech Magenta #EC63E4

Tints of Free Speech Magenta #EC63E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.5%

R = 41.92%
G = 17.58%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC63E4 (or 0xEC63E4) is known color: Free Speech Magenta. HEX triplet: EC, 63 and E4. RGB value is (236,99,228). Sum of RGB (Red+Green+Blue) = 236+99+228=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63E4 is #139C1B. Grayscale: #9A9A9A. Windows color (decimal): -1285148 or 14967788. OLE color: 14967788.

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

Color convert

RGB 236 99 228 -
CMYK 0 0.58 0.03 0.07
HSL 303.5º 0.78% 0.66% -
HSV(B) 303.5º 0.58% 0.93% -
XYZ 53.06 32.36 76.85 -
YUV 154.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 236 99 228 0 0.58 0.03 0.07 303.5 0.78 0.66
Hex EC 63 E4 0 3A 3 7 130 4E 42
Octal 354 143 344 0 72 3 7 460 116 102
Binary 11101100 1100011 11100100 0 111010 11 111 100110000 1001110 1000010

Color Harmonies of #EC63E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63E4

Black with #EC63E4

Text Example


Text Example

White with #EC63E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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