Html Css Color HEX #E97CDA Pale Magenta

📋 copy color: '#E97CDA'

red 233 ◦ green 124 ◦ blue 218

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

Shades of Pale Magenta #E97CDA

Tints of Pale Magenta #E97CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 40.52%
G = 21.57%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E97CDA (or 0xE97CDA) is known color: Pale Magenta. HEX triplet: E9, 7C and DA. RGB value is (233,124,218). Sum of RGB (Red+Green+Blue) = 233+124+218=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CDA is #168325. Grayscale: #A7A7A7. Windows color (decimal): -1475366 or 14318825. OLE color: 14318825.

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

Color convert

RGB 233 124 218 -
CMYK 0 0.47 0.06 0.09
HSL 308.26º 0.71% 0.7% -
HSV(B) 308.26º 0.47% 0.91% -
XYZ 53.47 36.8 70.61 -
YUV 167.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 233 124 218 0 0.47 0.06 0.09 308.26 0.71 0.7
Hex E9 7C DA 0 2F 6 9 134 47 46
Octal 351 174 332 0 57 6 11 464 107 106
Binary 11101001 1111100 11011010 0 101111 110 1001 100110100 1000111 1000110

Color Harmonies of #E97CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97CDA

Black with #E97CDA

Text Example


Text Example

White with #E97CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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