Html Css Color HEX #E592D2 Plum

📋 copy color: '#E592D2'

red 229 ◦ green 146 ◦ blue 210

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

Shades of Plum #E592D2

Tints of Plum #E592D2

RGB

 RED value IS 229 (89.84% from 255) = 39.15%

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

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 39.15%
G = 24.96%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E592D2 (or 0xE592D2) is known color: Plum. HEX triplet: E5, 92 and D2. RGB value is (229,146,210). Sum of RGB (Red+Green+Blue) = 229+146+210=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E592D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E592D2 is #1A6D2D. Grayscale: #B1B1B1. Windows color (decimal): -1731886 or 13800165. OLE color: 13800165.

HSL color Cylindrical-coordinate representation of color #E592D2: hue angle of 313.73º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E592D2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 146 210 -
CMYK 0 0.36 0.08 0.10
HSL 313.73º 0.61% 0.74% -
HSV(B) 313.73º 0.36% 0.9% -
XYZ 54.22 41.87 66.2 -
YUV 178.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 229 146 210 0 0.36 0.08 0.10 313.73 0.61 0.74
Hex E5 92 D2 0 24 8 A 13A 3D 4A
Octal 345 222 322 0 44 10 12 472 75 112
Binary 11100101 10010010 11010010 0 100100 1000 1010 100111010 111101 1001010

Color Harmonies of #E592D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E592D2

Black with #E592D2

Text Example


Text Example

White with #E592D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E592D2; }

 p { color: rgb(229,146,210); }

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

background-color css

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

 a { background-color: rgb(229,146,210); }

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

border-color css

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

 span { border-color: rgb(229,146,210); }

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