Html Css Color HEX #EB80DB Pale Magenta

📋 copy color: '#EB80DB'

red 235 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #EB80DB

Tints of Pale Magenta #EB80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.99%

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

R = 40.38%
G = 21.99%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB80DB (or 0xEB80DB) is known color: Pale Magenta. HEX triplet: EB, 80 and DB. RGB value is (235,128,219). Sum of RGB (Red+Green+Blue) = 235+128+219=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80DB is #147F24. Grayscale: #AAAAAA. Windows color (decimal): -1343269 or 14385387. OLE color: 14385387.

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

Color convert

RGB 235 128 219 -
CMYK 0 0.46 0.07 0.08
HSL 308.97º 0.73% 0.71% -
HSV(B) 308.97º 0.46% 0.92% -
XYZ 54.77 38.21 71.51 -
YUV 170.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 235 128 219 0 0.46 0.07 0.08 308.97 0.73 0.71
Hex EB 80 DB 0 2E 7 8 135 49 47
Octal 353 200 333 0 56 7 10 465 111 107
Binary 11101011 10000000 11011011 0 101110 111 1000 100110101 1001001 1000111

Color Harmonies of #EB80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80DB

Black with #EB80DB

Text Example


Text Example

White with #EB80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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