Html Css Color HEX #EA7ADB Pale Magenta

📋 copy color: '#EA7ADB'

red 234 ◦ green 122 ◦ blue 219

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

Shades of Pale Magenta #EA7ADB

Tints of Pale Magenta #EA7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.22%

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

R = 40.7%
G = 21.22%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA7ADB (or 0xEA7ADB) is known color: Pale Magenta. HEX triplet: EA, 7A and DB. RGB value is (234,122,219). Sum of RGB (Red+Green+Blue) = 234+122+219=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ADB is #158524. Grayscale: #A6A6A6. Windows color (decimal): -1410341 or 14383850. OLE color: 14383850.

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

Color convert

RGB 234 122 219 -
CMYK 0 0.48 0.06 0.08
HSL 308.04º 0.73% 0.7% -
HSV(B) 308.04º 0.48% 0.92% -
XYZ 53.68 36.53 71.24 -
YUV 166.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 234 122 219 0 0.48 0.06 0.08 308.04 0.73 0.7
Hex EA 7A DB 0 30 6 8 134 49 46
Octal 352 172 333 0 60 6 10 464 111 106
Binary 11101010 1111010 11011011 0 110000 110 1000 100110100 1001001 1000110

Color Harmonies of #EA7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7ADB

Black with #EA7ADB

Text Example


Text Example

White with #EA7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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