Html Css Color HEX #EA84DB Pale Magenta

📋 copy color: '#EA84DB'

red 234 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #EA84DB

Tints of Pale Magenta #EA84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.56%

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

R = 40%
G = 22.56%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA84DB (or 0xEA84DB) is known color: Pale Magenta. HEX triplet: EA, 84 and DB. RGB value is (234,132,219). Sum of RGB (Red+Green+Blue) = 234+132+219=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84DB is #157B24. Grayscale: #ACACAC. Windows color (decimal): -1407781 or 14386410. OLE color: 14386410.

HSL color Cylindrical-coordinate representation of color #EA84DB: hue angle of 308.82º degrees, saturation: 0.71, 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 #EA84DB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 132 219 -
CMYK 0 0.44 0.06 0.08
HSL 308.82º 0.71% 0.72% -
HSV(B) 308.82º 0.44% 0.92% -
XYZ 54.97 39.11 71.67 -
YUV 172.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 234 132 219 0 0.44 0.06 0.08 308.82 0.71 0.72
Hex EA 84 DB 0 2C 6 8 135 47 48
Octal 352 204 333 0 54 6 10 465 107 110
Binary 11101010 10000100 11011011 0 101100 110 1000 100110101 1000111 1001000

Color Harmonies of #EA84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA84DB

Black with #EA84DB

Text Example


Text Example

White with #EA84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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