Html Css Color HEX #EB83DB Pale Magenta

📋 copy color: '#EB83DB'

red 235 ◦ green 131 ◦ blue 219

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

Shades of Pale Magenta #EB83DB

Tints of Pale Magenta #EB83DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.39%

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

R = 40.17%
G = 22.39%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB83DB (or 0xEB83DB) is known color: Pale Magenta. HEX triplet: EB, 83 and DB. RGB value is (235,131,219). Sum of RGB (Red+Green+Blue) = 235+131+219=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83DB is #147C24. Grayscale: #ABABAB. Windows color (decimal): -1342501 or 14386155. OLE color: 14386155.

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

Color convert

RGB 235 131 219 -
CMYK 0 0.44 0.07 0.08
HSL 309.23º 0.72% 0.72% -
HSV(B) 309.23º 0.44% 0.92% -
XYZ 55.16 39.01 71.64 -
YUV 172.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 235 131 219 0 0.44 0.07 0.08 309.23 0.72 0.72
Hex EB 83 DB 0 2C 7 8 135 48 48
Octal 353 203 333 0 54 7 10 465 110 110
Binary 11101011 10000011 11011011 0 101100 111 1000 100110101 1001000 1001000

Color Harmonies of #EB83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB83DB

Black with #EB83DB

Text Example


Text Example

White with #EB83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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