Html Css Color HEX #EB93DB Pale Magenta

📋 copy color: '#EB93DB'

red 235 ◦ green 147 ◦ blue 219

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

Shades of Pale Magenta #EB93DB

Tints of Pale Magenta #EB93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.46%

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

R = 39.1%
G = 24.46%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB93DB (or 0xEB93DB) is known color: Pale Magenta. HEX triplet: EB, 93 and DB. RGB value is (235,147,219). Sum of RGB (Red+Green+Blue) = 235+147+219=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93DB is #146C24. Grayscale: #B5B5B5. Windows color (decimal): -1338405 or 14390251. OLE color: 14390251.

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

Color convert

RGB 235 147 219 -
CMYK 0 0.37 0.07 0.08
HSL 310.91º 0.69% 0.75% -
HSV(B) 310.91º 0.37% 0.92% -
XYZ 57.48 43.64 72.41 -
YUV 181.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 235 147 219 0 0.37 0.07 0.08 310.91 0.69 0.75
Hex EB 93 DB 0 25 7 8 137 45 4B
Octal 353 223 333 0 45 7 10 467 105 113
Binary 11101011 10010011 11011011 0 100101 111 1000 100110111 1000101 1001011

Color Harmonies of #EB93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93DB

Black with #EB93DB

Text Example


Text Example

White with #EB93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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