Html Css Color HEX #E992D7 Pale Magenta

📋 copy color: '#E992D7'

red 233 ◦ green 146 ◦ blue 215

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

Shades of Pale Magenta #E992D7

Tints of Pale Magenta #E992D7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.58%

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 39.23%
G = 24.58%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E992D7 (or 0xE992D7) is known color: Pale Magenta. HEX triplet: E9, 92 and D7. RGB value is (233,146,215). Sum of RGB (Red+Green+Blue) = 233+146+215=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E992D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992D7 is #166D28. Grayscale: #B3B3B3. Windows color (decimal): -1469737 or 14127849. OLE color: 14127849.

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

Color convert

RGB 233 146 215 -
CMYK 0 0.37 0.08 0.09
HSL 312.41º 0.66% 0.74% -
HSV(B) 312.41º 0.37% 0.91% -
XYZ 56.15 42.79 69.59 -
YUV 179.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 233 146 215 0 0.37 0.08 0.09 312.41 0.66 0.74
Hex E9 92 D7 0 25 8 9 138 42 4A
Octal 351 222 327 0 45 10 11 470 102 112
Binary 11101001 10010010 11010111 0 100101 1000 1001 100111000 1000010 1001010

Color Harmonies of #E992D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E992D7

Black with #E992D7

Text Example


Text Example

White with #E992D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E992D7; }

 p { color: rgb(233,146,215); }

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

background-color css

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

 a { background-color: rgb(233,146,215); }

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

border-color css

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

 span { border-color: rgb(233,146,215); }

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