Html Css Color HEX #EC4ADB Free Speech Magenta

📋 copy color: '#EC4ADB'

red 236 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #EC4ADB

Tints of Free Speech Magenta #EC4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.99%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 44.61%
G = 13.99%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC4ADB (or 0xEC4ADB) is known color: Free Speech Magenta. HEX triplet: EC, 4A and DB. RGB value is (236,74,219). Sum of RGB (Red+Green+Blue) = 236+74+219=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4ADB is #13B524. Grayscale: #8A8A8A. Windows color (decimal): -1291557 or 14371564. OLE color: 14371564.

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

Color convert

RGB 236 74 219 -
CMYK 0 0.69 0.07 0.07
HSL 306.3º 0.81% 0.61% -
HSV(B) 306.3º 0.69% 0.93% -
XYZ 49.83 27.84 69.77 -
YUV 138.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 236 74 219 0 0.69 0.07 0.07 306.3 0.81 0.61
Hex EC 4A DB 0 45 7 7 132 51 3D
Octal 354 112 333 0 105 7 7 462 121 75
Binary 11101100 1001010 11011011 0 1000101 111 111 100110010 1010001 111101

Color Harmonies of #EC4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4ADB

Black with #EC4ADB

Text Example


Text Example

White with #EC4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4ADB; }

 p { color: rgb(236,74,219); }

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

background-color css

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

 a { background-color: rgb(236,74,219); }

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

border-color css

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

 span { border-color: rgb(236,74,219); }

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