Html Css Color HEX #E09ADB Plum

📋 copy color: '#E09ADB'

red 224 ◦ green 154 ◦ blue 219

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

Shades of Plum #E09ADB

Tints of Plum #E09ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.8%

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

R = 37.52%
G = 25.8%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E09ADB (or 0xE09ADB) is known color: Plum. HEX triplet: E0, 9A and DB. RGB value is (224,154,219). Sum of RGB (Red+Green+Blue) = 224+154+219=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ADB is #1F6524. Grayscale: #B6B6B6. Windows color (decimal): -2057509 or 14392032. OLE color: 14392032.

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

Color convert

RGB 224 154 219 -
CMYK 0 0.31 0.02 0.12
HSL 304.29º 0.53% 0.74% -
HSV(B) 304.29º 0.31% 0.88% -
XYZ 55.08 44.07 72.62 -
YUV 182.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 224 154 219 0 0.31 0.02 0.12 304.29 0.53 0.74
Hex E0 9A DB 0 1F 2 C 130 35 4A
Octal 340 232 333 0 37 2 14 460 65 112
Binary 11100000 10011010 11011011 0 11111 10 1100 100110000 110101 1001010

Color Harmonies of #E09ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09ADB

Black with #E09ADB

Text Example


Text Example

White with #E09ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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