Html Css Color HEX #ED48DB Free Speech Magenta

📋 copy color: '#ED48DB'

red 237 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #ED48DB

Tints of Free Speech Magenta #ED48DB

RGB

 RED value IS 237 (92.97% from 255) = 44.89%

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

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

R = 44.89%
G = 13.64%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED48DB (or 0xED48DB) is known color: Free Speech Magenta. HEX triplet: ED, 48 and DB. RGB value is (237,72,219). Sum of RGB (Red+Green+Blue) = 237+72+219=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48DB is #12B724. Grayscale: #898989. Windows color (decimal): -1226533 or 14371053. OLE color: 14371053.

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

Color convert

RGB 237 72 219 -
CMYK 0 0.70 0.08 0.07
HSL 306.55º 0.82% 0.61% -
HSV(B) 306.55º 0.7% 0.93% -
XYZ 50.03 27.75 69.74 -
YUV 138.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 237 72 219 0 0.70 0.08 0.07 306.55 0.82 0.61
Hex ED 48 DB 0 46 8 7 133 52 3D
Octal 355 110 333 0 106 10 7 463 122 75
Binary 11101101 1001000 11011011 0 1000110 1000 111 100110011 1010010 111101

Color Harmonies of #ED48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED48DB

Black with #ED48DB

Text Example


Text Example

White with #ED48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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