Html Css Color HEX #E97FD1 Pale Magenta

📋 copy color: '#E97FD1'

red 233 ◦ green 127 ◦ blue 209

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

Shades of Pale Magenta #E97FD1

Tints of Pale Magenta #E97FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 40.95%
G = 22.32%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E97FD1 (or 0xE97FD1) is known color: Pale Magenta. HEX triplet: E9, 7F and D1. RGB value is (233,127,209). Sum of RGB (Red+Green+Blue) = 233+127+209=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FD1 is #16802E. Grayscale: #A7A7A7. Windows color (decimal): -1474607 or 13729769. OLE color: 13729769.

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

Color convert

RGB 233 127 209 -
CMYK 0 0.45 0.10 0.09
HSL 313.58º 0.71% 0.71% -
HSV(B) 313.58º 0.45% 0.91% -
XYZ 52.7 37.11 64.71 -
YUV 168.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 233 127 209 0 0.45 0.10 0.09 313.58 0.71 0.71
Hex E9 7F D1 0 2D A 9 13A 47 47
Octal 351 177 321 0 55 12 11 472 107 107
Binary 11101001 1111111 11010001 0 101101 1010 1001 100111010 1000111 1000111

Color Harmonies of #E97FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FD1

Black with #E97FD1

Text Example


Text Example

White with #E97FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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