Html Css Color HEX #EB8CDB Pale Magenta

📋 copy color: '#EB8CDB'

red 235 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #EB8CDB

Tints of Pale Magenta #EB8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.57%

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

R = 39.56%
G = 23.57%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB8CDB (or 0xEB8CDB) is known color: Pale Magenta. HEX triplet: EB, 8C and DB. RGB value is (235,140,219). Sum of RGB (Red+Green+Blue) = 235+140+219=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CDB is #147324. Grayscale: #B1B1B1. Windows color (decimal): -1340197 or 14388459. OLE color: 14388459.

HSL color Cylindrical-coordinate representation of color #EB8CDB: hue angle of 310.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CDB is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 219 -
CMYK 0 0.40 0.07 0.08
HSL 310.11º 0.7% 0.74% -
HSV(B) 310.11º 0.4% 0.92% -
XYZ 56.43 41.53 72.06 -
YUV 177.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 235 140 219 0 0.40 0.07 0.08 310.11 0.7 0.74
Hex EB 8C DB 0 28 7 8 136 46 4A
Octal 353 214 333 0 50 7 10 466 106 112
Binary 11101011 10001100 11011011 0 101000 111 1000 100110110 1000110 1001010

Color Harmonies of #EB8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8CDB

Black with #EB8CDB

Text Example


Text Example

White with #EB8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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