Html Css Color HEX #E97EDB Pale Magenta

📋 copy color: '#E97EDB'

red 233 ◦ green 126 ◦ blue 219

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

Shades of Pale Magenta #E97EDB

Tints of Pale Magenta #E97EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 40.31%
G = 21.8%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E97EDB (or 0xE97EDB) is known color: Pale Magenta. HEX triplet: E9, 7E and DB. RGB value is (233,126,219). Sum of RGB (Red+Green+Blue) = 233+126+219=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E97EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97EDB is #168124. Grayscale: #A8A8A8. Windows color (decimal): -1474853 or 14384873. OLE color: 14384873.

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

Color convert

RGB 233 126 219 -
CMYK 0 0.46 0.06 0.09
HSL 307.85º 0.71% 0.7% -
HSV(B) 307.85º 0.46% 0.91% -
XYZ 53.85 37.36 71.39 -
YUV 168.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 233 126 219 0 0.46 0.06 0.09 307.85 0.71 0.7
Hex E9 7E DB 0 2E 6 9 134 47 46
Octal 351 176 333 0 56 6 11 464 107 106
Binary 11101001 1111110 11011011 0 101110 110 1001 100110100 1000111 1000110

Color Harmonies of #E97EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97EDB

Black with #E97EDB

Text Example


Text Example

White with #E97EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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