Html Css Color HEX #EB88DB Pale Magenta

📋 copy color: '#EB88DB'

red 235 ◦ green 136 ◦ blue 219

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

Shades of Pale Magenta #EB88DB

Tints of Pale Magenta #EB88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.05%

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

R = 39.83%
G = 23.05%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB88DB (or 0xEB88DB) is known color: Pale Magenta. HEX triplet: EB, 88 and DB. RGB value is (235,136,219). Sum of RGB (Red+Green+Blue) = 235+136+219=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB88DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB88DB is #147724. Grayscale: #AEAEAE. Windows color (decimal): -1341221 or 14387435. OLE color: 14387435.

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

Color convert

RGB 235 136 219 -
CMYK 0 0.42 0.07 0.08
HSL 309.7º 0.71% 0.73% -
HSV(B) 309.7º 0.42% 0.92% -
XYZ 55.85 40.38 71.87 -
YUV 175.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 235 136 219 0 0.42 0.07 0.08 309.7 0.71 0.73
Hex EB 88 DB 0 2A 7 8 136 47 49
Octal 353 210 333 0 52 7 10 466 107 111
Binary 11101011 10001000 11011011 0 101010 111 1000 100110110 1000111 1001001

Color Harmonies of #EB88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB88DB

Black with #EB88DB

Text Example


Text Example

White with #EB88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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