Html Css Color HEX #E594D8 Plum

📋 copy color: '#E594D8'

red 229 ◦ green 148 ◦ blue 216

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

Shades of Plum #E594D8

Tints of Plum #E594D8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.96%

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

R = 38.62%
G = 24.96%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E594D8 (or 0xE594D8) is known color: Plum. HEX triplet: E5, 94 and D8. RGB value is (229,148,216). Sum of RGB (Red+Green+Blue) = 229+148+216=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E594D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594D8 is #1A6B27. Grayscale: #B3B3B3. Windows color (decimal): -1731368 or 14193893. OLE color: 14193893.

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

Color convert

RGB 229 148 216 -
CMYK 0 0.35 0.06 0.10
HSL 309.63º 0.61% 0.74% -
HSV(B) 309.63º 0.35% 0.9% -
XYZ 55.3 42.8 70.31 -
YUV 179.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 229 148 216 0 0.35 0.06 0.10 309.63 0.61 0.74
Hex E5 94 D8 0 23 6 A 136 3D 4A
Octal 345 224 330 0 43 6 12 466 75 112
Binary 11100101 10010100 11011000 0 100011 110 1010 100110110 111101 1001010

Color Harmonies of #E594D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594D8

Black with #E594D8

Text Example


Text Example

White with #E594D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594D8; }

 p { color: rgb(229,148,216); }

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

background-color css

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

 a { background-color: rgb(229,148,216); }

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

border-color css

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

 span { border-color: rgb(229,148,216); }

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