Html Css Color HEX #E97EDD Pale Magenta

📋 copy color: '#E97EDD'

red 233 ◦ green 126 ◦ blue 221

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

Shades of Pale Magenta #E97EDD

Tints of Pale Magenta #E97EDD

RGB

 RED value IS 233 (91.41% from 255) = 40.17%

 GREEN value IS 126 (49.61% from 255) = 21.72%

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 40.17%
G = 21.72%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E97EDD (or 0xE97EDD) is known color: Pale Magenta. HEX triplet: E9, 7E and DD. RGB value is (233,126,221). Sum of RGB (Red+Green+Blue) = 233+126+221=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E97EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97EDD is #168122. Grayscale: #A8A8A8. Windows color (decimal): -1474851 or 14515945. OLE color: 14515945.

HSL color Cylindrical-coordinate representation of color #E97EDD: hue angle of 306.73º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97EDD is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 126 221 -
CMYK 0 0.46 0.05 0.09
HSL 306.73º 0.71% 0.7% -
HSV(B) 306.73º 0.46% 0.91% -
XYZ 54.12 37.47 72.79 -
YUV 168.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 233 126 221 0 0.46 0.05 0.09 306.73 0.71 0.7
Hex E9 7E DD 0 2E 5 9 133 47 46
Octal 351 176 335 0 56 5 11 463 107 106
Binary 11101001 1111110 11011101 0 101110 101 1001 100110011 1000111 1000110

Color Harmonies of #E97EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97EDD

Black with #E97EDD

Text Example


Text Example

White with #E97EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97EDD; }

 p { color: rgb(233,126,221); }

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

background-color css

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

 a { background-color: rgb(233,126,221); }

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

border-color css

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

 span { border-color: rgb(233,126,221); }

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