Html Css Color HEX #E892D8 Plum

📋 copy color: '#E892D8'

red 232 ◦ green 146 ◦ blue 216

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

Shades of Plum #E892D8

Tints of Plum #E892D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.36%

R = 39.06%
G = 24.58%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E892D8 (or 0xE892D8) is known color: Plum. HEX triplet: E8, 92 and D8. RGB value is (232,146,216). Sum of RGB (Red+Green+Blue) = 232+146+216=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E892D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892D8 is #176D27. Grayscale: #B3B3B3. Windows color (decimal): -1535272 or 14193384. OLE color: 14193384.

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

Color convert

RGB 232 146 216 -
CMYK 0 0.37 0.07 0.09
HSL 311.16º 0.65% 0.74% -
HSV(B) 311.16º 0.37% 0.91% -
XYZ 55.95 42.67 70.25 -
YUV 179.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 232 146 216 0 0.37 0.07 0.09 311.16 0.65 0.74
Hex E8 92 D8 0 25 7 9 137 41 4A
Octal 350 222 330 0 45 7 11 467 101 112
Binary 11101000 10010010 11011000 0 100101 111 1001 100110111 1000001 1001010

Color Harmonies of #E892D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E892D8

Black with #E892D8

Text Example


Text Example

White with #E892D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E892D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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