Html Css Color HEX #EA80DB Pale Magenta

📋 copy color: '#EA80DB'

red 234 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #EA80DB

Tints of Pale Magenta #EA80DB

RGB

 RED value IS 234 (91.8% from 255) = 40.28%

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

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

R = 40.28%
G = 22.03%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA80DB (or 0xEA80DB) is known color: Pale Magenta. HEX triplet: EA, 80 and DB. RGB value is (234,128,219). Sum of RGB (Red+Green+Blue) = 234+128+219=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80DB is #157F24. Grayscale: #A9A9A9. Windows color (decimal): -1408805 or 14385386. OLE color: 14385386.

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

Color convert

RGB 234 128 219 -
CMYK 0 0.45 0.06 0.08
HSL 308.49º 0.72% 0.71% -
HSV(B) 308.49º 0.45% 0.92% -
XYZ 54.44 38.05 71.49 -
YUV 170.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 234 128 219 0 0.45 0.06 0.08 308.49 0.72 0.71
Hex EA 80 DB 0 2D 6 8 134 48 47
Octal 352 200 333 0 55 6 10 464 110 107
Binary 11101010 10000000 11011011 0 101101 110 1000 100110100 1001000 1000111

Color Harmonies of #EA80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80DB

Black with #EA80DB

Text Example


Text Example

White with #EA80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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