Html Css Color HEX #EC44DB Free Speech Magenta

📋 copy color: '#EC44DB'

red 236 ◦ green 68 ◦ blue 219

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

Shades of Free Speech Magenta #EC44DB

Tints of Free Speech Magenta #EC44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13%

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

R = 45.12%
G = 13%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC44DB (or 0xEC44DB) is known color: Free Speech Magenta. HEX triplet: EC, 44 and DB. RGB value is (236,68,219). Sum of RGB (Red+Green+Blue) = 236+68+219=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44DB is #13BB24. Grayscale: #878787. Windows color (decimal): -1293093 or 14370028. OLE color: 14370028.

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

Color convert

RGB 236 68 219 -
CMYK 0 0.71 0.07 0.07
HSL 306.07º 0.82% 0.6% -
HSV(B) 306.07º 0.71% 0.93% -
XYZ 49.45 27.08 69.64 -
YUV 135.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 236 68 219 0 0.71 0.07 0.07 306.07 0.82 0.6
Hex EC 44 DB 0 47 7 7 132 52 3C
Octal 354 104 333 0 107 7 7 462 122 74
Binary 11101100 1000100 11011011 0 1000111 111 111 100110010 1010010 111100

Color Harmonies of #EC44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC44DB

Black with #EC44DB

Text Example


Text Example

White with #EC44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC44DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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