Html Css Color HEX #E98EDE Pale Magenta

📋 copy color: '#E98EDE'

red 233 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #E98EDE

Tints of Pale Magenta #E98EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.79%

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 39.03%
G = 23.79%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E98EDE (or 0xE98EDE) is known color: Pale Magenta. HEX triplet: E9, 8E and DE. RGB value is (233,142,222). Sum of RGB (Red+Green+Blue) = 233+142+222=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDE is #167121. Grayscale: #B2B2B2. Windows color (decimal): -1470754 or 14585577. OLE color: 14585577.

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

Color convert

RGB 233 142 222 -
CMYK 0 0.39 0.05 0.09
HSL 307.25º 0.67% 0.74% -
HSV(B) 307.25º 0.39% 0.91% -
XYZ 56.46 41.94 74.23 -
YUV 178.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 233 142 222 0 0.39 0.05 0.09 307.25 0.67 0.74
Hex E9 8E DE 0 27 5 9 133 43 4A
Octal 351 216 336 0 47 5 11 463 103 112
Binary 11101001 10001110 11011110 0 100111 101 1001 100110011 1000011 1001010

Color Harmonies of #E98EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98EDE

Black with #E98EDE

Text Example


Text Example

White with #E98EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98EDE; }

 p { color: rgb(233,142,222); }

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

background-color css

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

 a { background-color: rgb(233,142,222); }

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

border-color css

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

 span { border-color: rgb(233,142,222); }

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