Html Css Color HEX #EB8BDB Pale Magenta

📋 copy color: '#EB8BDB'

red 235 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #EB8BDB

Tints of Pale Magenta #EB8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.44%

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

R = 39.63%
G = 23.44%
B = 36.93%

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

#EB8BDB (or 0xEB8BDB) is known color: Pale Magenta. HEX triplet: EB, 8B and DB. RGB value is (235,139,219). Sum of RGB (Red+Green+Blue) = 235+139+219=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BDB is #147424. Grayscale: #B0B0B0. Windows color (decimal): -1340453 or 14388203. OLE color: 14388203.

HSL color Cylindrical-coordinate representation of color #EB8BDB: hue angle of 310º 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 #EB8BDB is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 139 219 -
CMYK 0 0.41 0.07 0.08
HSL 310º 0.71% 0.73% -
HSV(B) 310º 0.41% 0.92% -
XYZ 56.28 41.24 72.01 -
YUV 176.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 235 139 219 0 0.41 0.07 0.08 310 0.71 0.73
Hex EB 8B DB 0 29 7 8 136 47 49
Octal 353 213 333 0 51 7 10 466 107 111
Binary 11101011 10001011 11011011 0 101001 111 1000 100110110 1000111 1001001

Color Harmonies of #EB8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BDB

Black with #EB8BDB

Text Example


Text Example

White with #EB8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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