Html Css Color HEX #EE7ADE Pale Magenta

📋 copy color: '#EE7ADE'

red 238 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #EE7ADE

Tints of Pale Magenta #EE7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.14%

R = 40.89%
G = 20.96%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE7ADE (or 0xEE7ADE) is known color: Pale Magenta. HEX triplet: EE, 7A and DE. RGB value is (238,122,222). Sum of RGB (Red+Green+Blue) = 238+122+222=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ADE is #118521. Grayscale: #A7A7A7. Windows color (decimal): -1148194 or 14580462. OLE color: 14580462.

HSL color Cylindrical-coordinate representation of color #EE7ADE: hue angle of 308.28º 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 #EE7ADE is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 122 222 -
CMYK 0 0.49 0.07 0.07
HSL 308.28º 0.77% 0.71% -
HSV(B) 308.28º 0.49% 0.93% -
XYZ 55.4 37.37 73.4 -
YUV 168.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 238 122 222 0 0.49 0.07 0.07 308.28 0.77 0.71
Hex EE 7A DE 0 31 7 7 134 4D 47
Octal 356 172 336 0 61 7 7 464 115 107
Binary 11101110 1111010 11011110 0 110001 111 111 100110100 1001101 1000111

Color Harmonies of #EE7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7ADE

Black with #EE7ADE

Text Example


Text Example

White with #EE7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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