Html Css Color HEX #E97FDD Pale Magenta

📋 copy color: '#E97FDD'

red 233 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #E97FDD

Tints of Pale Magenta #E97FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.86%

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

R = 40.1%
G = 21.86%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E97FDD (or 0xE97FDD) is known color: Pale Magenta. HEX triplet: E9, 7F and DD. RGB value is (233,127,221). Sum of RGB (Red+Green+Blue) = 233+127+221=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FDD is #168022. Grayscale: #A9A9A9. Windows color (decimal): -1474595 or 14516201. OLE color: 14516201.

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

Color convert

RGB 233 127 221 -
CMYK 0 0.45 0.05 0.09
HSL 306.79º 0.71% 0.71% -
HSV(B) 306.79º 0.45% 0.91% -
XYZ 54.24 37.72 72.83 -
YUV 169.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 233 127 221 0 0.45 0.05 0.09 306.79 0.71 0.71
Hex E9 7F DD 0 2D 5 9 133 47 47
Octal 351 177 335 0 55 5 11 463 107 107
Binary 11101001 1111111 11011101 0 101101 101 1001 100110011 1000111 1000111

Color Harmonies of #E97FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FDD

Black with #E97FDD

Text Example


Text Example

White with #E97FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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