Html Css Color HEX #E892D6 Plum

📋 copy color: '#E892D6'

red 232 ◦ green 146 ◦ blue 214

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

Shades of Plum #E892D6

Tints of Plum #E892D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.15%

R = 39.19%
G = 24.66%
B = 36.15%

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

#E892D6 (or 0xE892D6) is known color: Plum. HEX triplet: E8, 92 and D6. RGB value is (232,146,214). Sum of RGB (Red+Green+Blue) = 232+146+214=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E892D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892D6 is #176D29. Grayscale: #B3B3B3. Windows color (decimal): -1535274 or 14062312. OLE color: 14062312.

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

Color convert

RGB 232 146 214 -
CMYK 0 0.37 0.08 0.09
HSL 312.56º 0.65% 0.74% -
HSV(B) 312.56º 0.37% 0.91% -
XYZ 55.7 42.57 68.9 -
YUV 179.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 232 146 214 0 0.37 0.08 0.09 312.56 0.65 0.74
Hex E8 92 D6 0 25 8 9 139 41 4A
Octal 350 222 326 0 45 10 11 471 101 112
Binary 11101000 10010010 11010110 0 100101 1000 1001 100111001 1000001 1001010

Color Harmonies of #E892D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E892D6

Black with #E892D6

Text Example


Text Example

White with #E892D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E892D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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