Html Css Color HEX #E088DB Plum

📋 copy color: '#E088DB'

red 224 ◦ green 136 ◦ blue 219

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

Shades of Plum #E088DB

Tints of Plum #E088DB

RGB

 RED value IS 224 (87.89% from 255) = 38.69%

 GREEN value IS 136 (53.52% from 255) = 23.49%

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

R = 38.69%
G = 23.49%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E088DB (or 0xE088DB) is known color: Plum. HEX triplet: E0, 88 and DB. RGB value is (224,136,219). Sum of RGB (Red+Green+Blue) = 224+136+219=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E088DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088DB is #1F7724. Grayscale: #ABABAB. Windows color (decimal): -2062117 or 14387424. OLE color: 14387424.

HSL color Cylindrical-coordinate representation of color #E088DB: hue angle of 303.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088DB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 219 -
CMYK 0 0.39 0.02 0.12
HSL 303.41º 0.59% 0.71% -
HSV(B) 303.41º 0.39% 0.88% -
XYZ 52.33 38.57 71.7 -
YUV 171.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 224 136 219 0 0.39 0.02 0.12 303.41 0.59 0.71
Hex E0 88 DB 0 27 2 C 12F 3B 47
Octal 340 210 333 0 47 2 14 457 73 107
Binary 11100000 10001000 11011011 0 100111 10 1100 100101111 111011 1000111

Color Harmonies of #E088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088DB

Black with #E088DB

Text Example


Text Example

White with #E088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088DB; }

 p { color: rgb(224,136,219); }

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

background-color css

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

 a { background-color: rgb(224,136,219); }

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

border-color css

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

 span { border-color: rgb(224,136,219); }

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