Html Css Color HEX #EC4FD4 Free Speech Magenta

📋 copy color: '#EC4FD4'

red 236 ◦ green 79 ◦ blue 212

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

Shades of Free Speech Magenta #EC4FD4

Tints of Free Speech Magenta #EC4FD4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.99%

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

R = 44.78%
G = 14.99%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC4FD4 (or 0xEC4FD4) is known color: Free Speech Magenta. HEX triplet: EC, 4F and D4. RGB value is (236,79,212). Sum of RGB (Red+Green+Blue) = 236+79+212=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FD4 is #13B02B. Grayscale: #8C8C8C. Windows color (decimal): -1290284 or 13914092. OLE color: 13914092.

HSL color Cylindrical-coordinate representation of color #EC4FD4: hue angle of 309.17º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FD4 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 79 212 -
CMYK 0 0.67 0.10 0.07
HSL 309.17º 0.81% 0.62% -
HSV(B) 309.17º 0.67% 0.93% -
XYZ 49.27 28.18 65.13 -
YUV 141.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 236 79 212 0 0.67 0.10 0.07 309.17 0.81 0.62
Hex EC 4F D4 0 43 A 7 135 51 3E
Octal 354 117 324 0 103 12 7 465 121 76
Binary 11101100 1001111 11010100 0 1000011 1010 111 100110101 1010001 111110

Color Harmonies of #EC4FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4FD4

Black with #EC4FD4

Text Example


Text Example

White with #EC4FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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