Html Css Color HEX #EB91DB Pale Magenta

📋 copy color: '#EB91DB'

red 235 ◦ green 145 ◦ blue 219

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

Shades of Pale Magenta #EB91DB

Tints of Pale Magenta #EB91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.21%

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

R = 39.23%
G = 24.21%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB91DB (or 0xEB91DB) is known color: Pale Magenta. HEX triplet: EB, 91 and DB. RGB value is (235,145,219). Sum of RGB (Red+Green+Blue) = 235+145+219=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB91DB is #146E24. Grayscale: #B4B4B4. Windows color (decimal): -1338917 or 14389739. OLE color: 14389739.

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

Color convert

RGB 235 145 219 -
CMYK 0 0.38 0.07 0.08
HSL 310.67º 0.69% 0.75% -
HSV(B) 310.67º 0.38% 0.92% -
XYZ 57.17 43.03 72.31 -
YUV 180.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 235 145 219 0 0.38 0.07 0.08 310.67 0.69 0.75
Hex EB 91 DB 0 26 7 8 137 45 4B
Octal 353 221 333 0 46 7 10 467 105 113
Binary 11101011 10010001 11011011 0 100110 111 1000 100110111 1000101 1001011

Color Harmonies of #EB91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB91DB

Black with #EB91DB

Text Example


Text Example

White with #EB91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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