Html Css Color HEX #EC5CDB Free Speech Magenta

📋 copy color: '#EC5CDB'

red 236 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #EC5CDB

Tints of Free Speech Magenta #EC5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.82%

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

R = 43.14%
G = 16.82%
B = 40.04%

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

#EC5CDB (or 0xEC5CDB) is known color: Free Speech Magenta. HEX triplet: EC, 5C and DB. RGB value is (236,92,219). Sum of RGB (Red+Green+Blue) = 236+92+219=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CDB is #13A324. Grayscale: #959595. Windows color (decimal): -1286949 or 14376172. OLE color: 14376172.

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

Color convert

RGB 236 92 219 -
CMYK 0 0.61 0.07 0.07
HSL 307.08º 0.79% 0.64% -
HSV(B) 307.08º 0.61% 0.93% -
XYZ 51.21 30.6 70.23 -
YUV 149.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 236 92 219 0 0.61 0.07 0.07 307.08 0.79 0.64
Hex EC 5C DB 0 3D 7 7 133 4F 40
Octal 354 134 333 0 75 7 7 463 117 100
Binary 11101100 1011100 11011011 0 111101 111 111 100110011 1001111 1000000

Color Harmonies of #EC5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CDB

Black with #EC5CDB

Text Example


Text Example

White with #EC5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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