Html Css Color HEX #E97BDD Pale Magenta

📋 copy color: '#E97BDD'

red 233 ◦ green 123 ◦ blue 221

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

Shades of Pale Magenta #E97BDD

Tints of Pale Magenta #E97BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.32%

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

R = 40.38%
G = 21.32%
B = 38.3%

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

#E97BDD (or 0xE97BDD) is known color: Pale Magenta. HEX triplet: E9, 7B and DD. RGB value is (233,123,221). Sum of RGB (Red+Green+Blue) = 233+123+221=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BDD is #168422. Grayscale: #A6A6A6. Windows color (decimal): -1475619 or 14515177. OLE color: 14515177.

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

Color convert

RGB 233 123 221 -
CMYK 0 0.47 0.05 0.09
HSL 306.55º 0.71% 0.7% -
HSV(B) 306.55º 0.47% 0.91% -
XYZ 53.74 36.71 72.66 -
YUV 167.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 233 123 221 0 0.47 0.05 0.09 306.55 0.71 0.7
Hex E9 7B DD 0 2F 5 9 133 47 46
Octal 351 173 335 0 57 5 11 463 107 106
Binary 11101001 1111011 11011101 0 101111 101 1001 100110011 1000111 1000110

Color Harmonies of #E97BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BDD

Black with #E97BDD

Text Example


Text Example

White with #E97BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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