Html Css Color HEX #EB48DB Free Speech Magenta

📋 copy color: '#EB48DB'

red 235 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #EB48DB

Tints of Free Speech Magenta #EB48DB

RGB

 RED value IS 235 (92.19% from 255) = 44.68%

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

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

R = 44.68%
G = 13.69%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB48DB (or 0xEB48DB) is known color: Free Speech Magenta. HEX triplet: EB, 48 and DB. RGB value is (235,72,219). Sum of RGB (Red+Green+Blue) = 235+72+219=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB48DB is #14B724. Grayscale: #898989. Windows color (decimal): -1357605 or 14371051. OLE color: 14371051.

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

Color convert

RGB 235 72 219 -
CMYK 0 0.69 0.07 0.08
HSL 305.89º 0.8% 0.6% -
HSV(B) 305.89º 0.69% 0.92% -
XYZ 49.36 27.41 69.71 -
YUV 137.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 235 72 219 0 0.69 0.07 0.08 305.89 0.8 0.6
Hex EB 48 DB 0 45 7 8 132 50 3C
Octal 353 110 333 0 105 7 10 462 120 74
Binary 11101011 1001000 11011011 0 1000101 111 1000 100110010 1010000 111100

Color Harmonies of #EB48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB48DB

Black with #EB48DB

Text Example


Text Example

White with #EB48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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