Html Css Color HEX #E97DDD Pale Magenta

📋 copy color: '#E97DDD'

red 233 ◦ green 125 ◦ blue 221

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

Shades of Pale Magenta #E97DDD

Tints of Pale Magenta #E97DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

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

R = 40.24%
G = 21.59%
B = 38.17%

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

#E97DDD (or 0xE97DDD) is known color: Pale Magenta. HEX triplet: E9, 7D and DD. RGB value is (233,125,221). Sum of RGB (Red+Green+Blue) = 233+125+221=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DDD is #168222. Grayscale: #A7A7A7. Windows color (decimal): -1475107 or 14515689. OLE color: 14515689.

HSL color Cylindrical-coordinate representation of color #E97DDD: hue angle of 306.67º 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 #E97DDD is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 125 221 -
CMYK 0 0.46 0.05 0.09
HSL 306.67º 0.71% 0.7% -
HSV(B) 306.67º 0.46% 0.91% -
XYZ 53.99 37.21 72.74 -
YUV 168.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 233 125 221 0 0.46 0.05 0.09 306.67 0.71 0.7
Hex E9 7D DD 0 2E 5 9 133 47 46
Octal 351 175 335 0 56 5 11 463 107 106
Binary 11101001 1111101 11011101 0 101110 101 1001 100110011 1000111 1000110

Color Harmonies of #E97DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97DDD

Black with #E97DDD

Text Example


Text Example

White with #E97DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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