Html Css Color HEX #E97FDC Pale Magenta

📋 copy color: '#E97FDC'

red 233 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #E97FDC

Tints of Pale Magenta #E97FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 40.17%
G = 21.9%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E97FDC (or 0xE97FDC) is known color: Pale Magenta. HEX triplet: E9, 7F and DC. RGB value is (233,127,220). Sum of RGB (Red+Green+Blue) = 233+127+220=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FDC is #168023. Grayscale: #A9A9A9. Windows color (decimal): -1474596 or 14450665. OLE color: 14450665.

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

Color convert

RGB 233 127 220 -
CMYK 0 0.45 0.06 0.09
HSL 307.36º 0.71% 0.71% -
HSV(B) 307.36º 0.45% 0.91% -
XYZ 54.11 37.67 72.13 -
YUV 169.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 233 127 220 0 0.45 0.06 0.09 307.36 0.71 0.71
Hex E9 7F DC 0 2D 6 9 133 47 47
Octal 351 177 334 0 55 6 11 463 107 107
Binary 11101001 1111111 11011100 0 101101 110 1001 100110011 1000111 1000111

Color Harmonies of #E97FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FDC

Black with #E97FDC

Text Example


Text Example

White with #E97FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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