Html Css Color HEX #E088DA Plum

📋 copy color: '#E088DA'

red 224 ◦ green 136 ◦ blue 218

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

Shades of Plum #E088DA

Tints of Plum #E088DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 38.75%
G = 23.53%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E088DA (or 0xE088DA) is known color: Plum. HEX triplet: E0, 88 and DA. RGB value is (224,136,218). Sum of RGB (Red+Green+Blue) = 224+136+218=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E088DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088DA is #1F7725. Grayscale: #ABABAB. Windows color (decimal): -2062118 or 14321888. OLE color: 14321888.

HSL color Cylindrical-coordinate representation of color #E088DA: hue angle of 304.09º 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 #E088DA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 218 -
CMYK 0 0.39 0.03 0.12
HSL 304.09º 0.59% 0.71% -
HSV(B) 304.09º 0.39% 0.88% -
XYZ 52.2 38.52 71.01 -
YUV 171.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 224 136 218 0 0.39 0.03 0.12 304.09 0.59 0.71
Hex E0 88 DA 0 27 3 C 130 3B 47
Octal 340 210 332 0 47 3 14 460 73 107
Binary 11100000 10001000 11011010 0 100111 11 1100 100110000 111011 1000111

Color Harmonies of #E088DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088DA

Black with #E088DA

Text Example


Text Example

White with #E088DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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