Html Css Color HEX #E58CDB Plum

📋 copy color: '#E58CDB'

red 229 ◦ green 140 ◦ blue 219

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

Shades of Plum #E58CDB

Tints of Plum #E58CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.81%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 38.95%
G = 23.81%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E58CDB (or 0xE58CDB) is known color: Plum. HEX triplet: E5, 8C and DB. RGB value is (229,140,219). Sum of RGB (Red+Green+Blue) = 229+140+219=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDB is #1A7324. Grayscale: #AFAFAF. Windows color (decimal): -1733413 or 14388453. OLE color: 14388453.

HSL color Cylindrical-coordinate representation of color #E58CDB: hue angle of 306.74º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CDB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 140 219 -
CMYK 0 0.39 0.04 0.10
HSL 306.74º 0.63% 0.72% -
HSV(B) 306.74º 0.39% 0.9% -
XYZ 54.48 40.53 71.97 -
YUV 175.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 229 140 219 0 0.39 0.04 0.10 306.74 0.63 0.72
Hex E5 8C DB 0 27 4 A 133 3F 48
Octal 345 214 333 0 47 4 12 463 77 110
Binary 11100101 10001100 11011011 0 100111 100 1010 100110011 111111 1001000

Color Harmonies of #E58CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58CDB

Black with #E58CDB

Text Example


Text Example

White with #E58CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58CDB; }

 p { color: rgb(229,140,219); }

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

background-color css

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

 a { background-color: rgb(229,140,219); }

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

border-color css

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

 span { border-color: rgb(229,140,219); }

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