Html Css Color HEX #EC5DDB Free Speech Magenta

📋 copy color: '#EC5DDB'

red 236 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #EC5DDB

Tints of Free Speech Magenta #EC5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.97%

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

R = 43.07%
G = 16.97%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC5DDB (or 0xEC5DDB) is known color: Free Speech Magenta. HEX triplet: EC, 5D and DB. RGB value is (236,93,219). Sum of RGB (Red+Green+Blue) = 236+93+219=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DDB is #13A224. Grayscale: #959595. Windows color (decimal): -1286693 or 14376428. OLE color: 14376428.

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

Color convert

RGB 236 93 219 -
CMYK 0 0.61 0.07 0.07
HSL 307.13º 0.79% 0.65% -
HSV(B) 307.13º 0.61% 0.93% -
XYZ 51.29 30.78 70.25 -
YUV 150.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 236 93 219 0 0.61 0.07 0.07 307.13 0.79 0.65
Hex EC 5D DB 0 3D 7 7 133 4F 41
Octal 354 135 333 0 75 7 7 463 117 101
Binary 11101100 1011101 11011011 0 111101 111 111 100110011 1001111 1000001

Color Harmonies of #EC5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DDB

Black with #EC5DDB

Text Example


Text Example

White with #EC5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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