Html Css Color HEX #EC64E1 Free Speech Magenta

📋 copy color: '#EC64E1'

red 236 ◦ green 100 ◦ blue 225

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

Shades of Free Speech Magenta #EC64E1

Tints of Free Speech Magenta #EC64E1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.83%

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 42.07%
G = 17.83%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC64E1 (or 0xEC64E1) is known color: Free Speech Magenta. HEX triplet: EC, 64 and E1. RGB value is (236,100,225). Sum of RGB (Red+Green+Blue) = 236+100+225=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64E1 is #139B1E. Grayscale: #9A9A9A. Windows color (decimal): -1284895 or 14771436. OLE color: 14771436.

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

Color convert

RGB 236 100 225 -
CMYK 0 0.58 0.05 0.07
HSL 304.85º 0.78% 0.66% -
HSV(B) 304.85º 0.58% 0.93% -
XYZ 52.74 32.38 74.71 -
YUV 154.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 236 100 225 0 0.58 0.05 0.07 304.85 0.78 0.66
Hex EC 64 E1 0 3A 5 7 131 4E 42
Octal 354 144 341 0 72 5 7 461 116 102
Binary 11101100 1100100 11100001 0 111010 101 111 100110001 1001110 1000010

Color Harmonies of #EC64E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64E1

Black with #EC64E1

Text Example


Text Example

White with #EC64E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64E1; }

 p { color: rgb(236,100,225); }

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

background-color css

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

 a { background-color: rgb(236,100,225); }

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

border-color css

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

 span { border-color: rgb(236,100,225); }

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