Html Css Color HEX #EB85DB Pale Magenta

📋 copy color: '#EB85DB'

red 235 ◦ green 133 ◦ blue 219

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

Shades of Pale Magenta #EB85DB

Tints of Pale Magenta #EB85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.66%

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

R = 40.03%
G = 22.66%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB85DB (or 0xEB85DB) is known color: Pale Magenta. HEX triplet: EB, 85 and DB. RGB value is (235,133,219). Sum of RGB (Red+Green+Blue) = 235+133+219=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85DB is #147A24. Grayscale: #ADADAD. Windows color (decimal): -1341989 or 14386667. OLE color: 14386667.

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

Color convert

RGB 235 133 219 -
CMYK 0 0.43 0.07 0.08
HSL 309.41º 0.72% 0.72% -
HSV(B) 309.41º 0.43% 0.92% -
XYZ 55.43 39.55 71.73 -
YUV 173.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 235 133 219 0 0.43 0.07 0.08 309.41 0.72 0.72
Hex EB 85 DB 0 2B 7 8 135 48 48
Octal 353 205 333 0 53 7 10 465 110 110
Binary 11101011 10000101 11011011 0 101011 111 1000 100110101 1001000 1001000

Color Harmonies of #EB85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85DB

Black with #EB85DB

Text Example


Text Example

White with #EB85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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