Html Css Color HEX #EC4BD9 Free Speech Magenta

📋 copy color: '#EC4BD9'

red 236 ◦ green 75 ◦ blue 217

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

Shades of Free Speech Magenta #EC4BD9

Tints of Free Speech Magenta #EC4BD9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.2%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 44.7%
G = 14.2%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC4BD9 (or 0xEC4BD9) is known color: Free Speech Magenta. HEX triplet: EC, 4B and D9. RGB value is (236,75,217). Sum of RGB (Red+Green+Blue) = 236+75+217=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BD9 is #13B426. Grayscale: #8A8A8A. Windows color (decimal): -1291303 or 14240748. OLE color: 14240748.

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

Color convert

RGB 236 75 217 -
CMYK 0 0.68 0.08 0.07
HSL 307.08º 0.81% 0.61% -
HSV(B) 307.08º 0.68% 0.93% -
XYZ 49.63 27.87 68.41 -
YUV 139.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 236 75 217 0 0.68 0.08 0.07 307.08 0.81 0.61
Hex EC 4B D9 0 44 8 7 133 51 3D
Octal 354 113 331 0 104 10 7 463 121 75
Binary 11101100 1001011 11011001 0 1000100 1000 111 100110011 1010001 111101

Color Harmonies of #EC4BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BD9

Black with #EC4BD9

Text Example


Text Example

White with #EC4BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BD9; }

 p { color: rgb(236,75,217); }

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

background-color css

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

 a { background-color: rgb(236,75,217); }

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

border-color css

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

 span { border-color: rgb(236,75,217); }

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