Html Css Color HEX #EC48DB Free Speech Magenta

📋 copy color: '#EC48DB'

red 236 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #EC48DB

Tints of Free Speech Magenta #EC48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.66%

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

R = 44.78%
G = 13.66%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC48DB (or 0xEC48DB) is known color: Free Speech Magenta. HEX triplet: EC, 48 and DB. RGB value is (236,72,219). Sum of RGB (Red+Green+Blue) = 236+72+219=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48DB is #13B724. Grayscale: #898989. Windows color (decimal): -1292069 or 14371052. OLE color: 14371052.

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

Color convert

RGB 236 72 219 -
CMYK 0 0.69 0.07 0.07
HSL 306.22º 0.81% 0.6% -
HSV(B) 306.22º 0.69% 0.93% -
XYZ 49.7 27.58 69.72 -
YUV 137.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 236 72 219 0 0.69 0.07 0.07 306.22 0.81 0.6
Hex EC 48 DB 0 45 7 7 132 51 3C
Octal 354 110 333 0 105 7 7 462 121 74
Binary 11101100 1001000 11011011 0 1000101 111 111 100110010 1010001 111100

Color Harmonies of #EC48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48DB

Black with #EC48DB

Text Example


Text Example

White with #EC48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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