Html Css Color HEX #EC5EDB Free Speech Magenta

📋 copy color: '#EC5EDB'

red 236 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #EC5EDB

Tints of Free Speech Magenta #EC5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.12%

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

R = 42.99%
G = 17.12%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC5EDB (or 0xEC5EDB) is known color: Free Speech Magenta. HEX triplet: EC, 5E and DB. RGB value is (236,94,219). Sum of RGB (Red+Green+Blue) = 236+94+219=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EDB is #13A124. Grayscale: #969696. Windows color (decimal): -1286437 or 14376684. OLE color: 14376684.

HSL color Cylindrical-coordinate representation of color #EC5EDB: hue angle of 307.18º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5EDB is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 219 -
CMYK 0 0.60 0.07 0.07
HSL 307.18º 0.79% 0.65% -
HSV(B) 307.18º 0.6% 0.93% -
XYZ 51.38 30.95 70.28 -
YUV 150.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 236 94 219 0 0.60 0.07 0.07 307.18 0.79 0.65
Hex EC 5E DB 0 3C 7 7 133 4F 41
Octal 354 136 333 0 74 7 7 463 117 101
Binary 11101100 1011110 11011011 0 111100 111 111 100110011 1001111 1000001

Color Harmonies of #EC5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EDB

Black with #EC5EDB

Text Example


Text Example

White with #EC5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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