Html Css Color HEX #EB8ADB Pale Magenta

📋 copy color: '#EB8ADB'

red 235 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #EB8ADB

Tints of Pale Magenta #EB8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.31%

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

R = 39.7%
G = 23.31%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB8ADB (or 0xEB8ADB) is known color: Pale Magenta. HEX triplet: EB, 8A and DB. RGB value is (235,138,219). Sum of RGB (Red+Green+Blue) = 235+138+219=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ADB is #147524. Grayscale: #B0B0B0. Windows color (decimal): -1340709 or 14387947. OLE color: 14387947.

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

Color convert

RGB 235 138 219 -
CMYK 0 0.41 0.07 0.08
HSL 309.9º 0.71% 0.73% -
HSV(B) 309.9º 0.41% 0.92% -
XYZ 56.14 40.95 71.96 -
YUV 176.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 235 138 219 0 0.41 0.07 0.08 309.9 0.71 0.73
Hex EB 8A DB 0 29 7 8 136 47 49
Octal 353 212 333 0 51 7 10 466 107 111
Binary 11101011 10001010 11011011 0 101001 111 1000 100110110 1000111 1001001

Color Harmonies of #EB8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8ADB

Black with #EB8ADB

Text Example


Text Example

White with #EB8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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