Html Css Color HEX #E97CDD Pale Magenta

📋 copy color: '#E97CDD'

red 233 ◦ green 124 ◦ blue 221

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

Shades of Pale Magenta #E97CDD

Tints of Pale Magenta #E97CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.45%

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

R = 40.31%
G = 21.45%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E97CDD (or 0xE97CDD) is known color: Pale Magenta. HEX triplet: E9, 7C and DD. RGB value is (233,124,221). Sum of RGB (Red+Green+Blue) = 233+124+221=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CDD is #168322. Grayscale: #A7A7A7. Windows color (decimal): -1475363 or 14515433. OLE color: 14515433.

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

Color convert

RGB 233 124 221 -
CMYK 0 0.47 0.05 0.09
HSL 306.61º 0.71% 0.7% -
HSV(B) 306.61º 0.47% 0.91% -
XYZ 53.86 36.96 72.7 -
YUV 167.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 233 124 221 0 0.47 0.05 0.09 306.61 0.71 0.7
Hex E9 7C DD 0 2F 5 9 133 47 46
Octal 351 174 335 0 57 5 11 463 107 106
Binary 11101001 1111100 11011101 0 101111 101 1001 100110011 1000111 1000110

Color Harmonies of #E97CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97CDD

Black with #E97CDD

Text Example


Text Example

White with #E97CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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