Html Css Color HEX #E892D9 Plum

📋 copy color: '#E892D9'

red 232 ◦ green 146 ◦ blue 217

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

Shades of Plum #E892D9

Tints of Plum #E892D9

RGB

 RED value IS 232 (91.02% from 255) = 38.99%

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

 BLUE value IS 217 (85.16% from 255) = 36.47%

R = 38.99%
G = 24.54%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E892D9 (or 0xE892D9) is known color: Plum. HEX triplet: E8, 92 and D9. RGB value is (232,146,217). Sum of RGB (Red+Green+Blue) = 232+146+217=595 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.99% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 232 - color contains mainly: red. Hex color #E892D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892D9 is #176D26. Grayscale: #B3B3B3. Windows color (decimal): -1535271 or 14258920. OLE color: 14258920.

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

Color convert

RGB 232 146 217 -
CMYK 0 0.37 0.06 0.09
HSL 310.47º 0.65% 0.74% -
HSV(B) 310.47º 0.37% 0.91% -
XYZ 56.08 42.72 70.94 -
YUV 179.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 232 146 217 0 0.37 0.06 0.09 310.47 0.65 0.74
Hex E8 92 D9 0 25 6 9 136 41 4A
Octal 350 222 331 0 45 6 11 466 101 112
Binary 11101000 10010010 11011001 0 100101 110 1001 100110110 1000001 1001010

Color Harmonies of #E892D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E892D9

Black with #E892D9

Text Example


Text Example

White with #E892D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E892D9; }

 p { color: rgb(232,146,217); }

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

background-color css

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

 a { background-color: rgb(232,146,217); }

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

border-color css

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

 span { border-color: rgb(232,146,217); }

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