Html Css Color HEX #EE7ADB Pale Magenta

📋 copy color: '#EE7ADB'

red 238 ◦ green 122 ◦ blue 219

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

Shades of Pale Magenta #EE7ADB

Tints of Pale Magenta #EE7ADB

RGB

 RED value IS 238 (93.36% from 255) = 41.11%

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

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

R = 41.11%
G = 21.07%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE7ADB (or 0xEE7ADB) is known color: Pale Magenta. HEX triplet: EE, 7A and DB. RGB value is (238,122,219). Sum of RGB (Red+Green+Blue) = 238+122+219=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ADB is #118524. Grayscale: #A7A7A7. Windows color (decimal): -1148197 or 14383854. OLE color: 14383854.

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

Color convert

RGB 238 122 219 -
CMYK 0 0.49 0.08 0.07
HSL 309.83º 0.77% 0.71% -
HSV(B) 309.83º 0.49% 0.93% -
XYZ 55.01 37.21 71.3 -
YUV 167.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 238 122 219 0 0.49 0.08 0.07 309.83 0.77 0.71
Hex EE 7A DB 0 31 8 7 136 4D 47
Octal 356 172 333 0 61 10 7 466 115 107
Binary 11101110 1111010 11011011 0 110001 1000 111 100110110 1001101 1000111

Color Harmonies of #EE7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7ADB

Black with #EE7ADB

Text Example


Text Example

White with #EE7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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