Html Css Color HEX #EC4CDB Free Speech Magenta

📋 copy color: '#EC4CDB'

red 236 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #EC4CDB

Tints of Free Speech Magenta #EC4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.31%

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

R = 44.44%
G = 14.31%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC4CDB (or 0xEC4CDB) is known color: Free Speech Magenta. HEX triplet: EC, 4C and DB. RGB value is (236,76,219). Sum of RGB (Red+Green+Blue) = 236+76+219=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CDB is #13B324. Grayscale: #8B8B8B. Windows color (decimal): -1291045 or 14372076. OLE color: 14372076.

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

Color convert

RGB 236 76 219 -
CMYK 0 0.68 0.07 0.07
HSL 306.38º 0.81% 0.61% -
HSV(B) 306.38º 0.68% 0.93% -
XYZ 49.96 28.12 69.81 -
YUV 140.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 236 76 219 0 0.68 0.07 0.07 306.38 0.81 0.61
Hex EC 4C DB 0 44 7 7 132 51 3D
Octal 354 114 333 0 104 7 7 462 121 75
Binary 11101100 1001100 11011011 0 1000100 111 111 100110010 1010001 111101

Color Harmonies of #EC4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CDB

Black with #EC4CDB

Text Example


Text Example

White with #EC4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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