Html Css Color HEX #E98EDD Pale Magenta

📋 copy color: '#E98EDD'

red 233 ◦ green 142 ◦ blue 221

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

Shades of Pale Magenta #E98EDD

Tints of Pale Magenta #E98EDD

RGB

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

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

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

R = 39.09%
G = 23.83%
B = 37.08%

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

#E98EDD (or 0xE98EDD) is known color: Pale Magenta. HEX triplet: E9, 8E and DD. RGB value is (233,142,221). Sum of RGB (Red+Green+Blue) = 233+142+221=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDD is #167122. Grayscale: #B1B1B1. Windows color (decimal): -1470755 or 14520041. OLE color: 14520041.

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

Color convert

RGB 233 142 221 -
CMYK 0 0.39 0.05 0.09
HSL 307.91º 0.67% 0.74% -
HSV(B) 307.91º 0.39% 0.91% -
XYZ 56.33 41.89 73.52 -
YUV 178.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 233 142 221 0 0.39 0.05 0.09 307.91 0.67 0.74
Hex E9 8E DD 0 27 5 9 134 43 4A
Octal 351 216 335 0 47 5 11 464 103 112
Binary 11101001 10001110 11011101 0 100111 101 1001 100110100 1000011 1001010

Color Harmonies of #E98EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98EDD

Black with #E98EDD

Text Example


Text Example

White with #E98EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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