Html Css Color HEX #E09AD3 Plum

📋 copy color: '#E09AD3'

red 224 ◦ green 154 ◦ blue 211

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

Shades of Plum #E09AD3

Tints of Plum #E09AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.82%

R = 38.03%
G = 26.15%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E09AD3 (or 0xE09AD3) is known color: Plum. HEX triplet: E0, 9A and D3. RGB value is (224,154,211). Sum of RGB (Red+Green+Blue) = 224+154+211=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD3 is #1F652C. Grayscale: #B5B5B5. Windows color (decimal): -2057517 or 13867744. OLE color: 13867744.

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

Color convert

RGB 224 154 211 -
CMYK 0 0.31 0.06 0.12
HSL 311.14º 0.53% 0.74% -
HSV(B) 311.14º 0.31% 0.88% -
XYZ 54.05 43.66 67.21 -
YUV 181.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 224 154 211 0 0.31 0.06 0.12 311.14 0.53 0.74
Hex E0 9A D3 0 1F 6 C 137 35 4A
Octal 340 232 323 0 37 6 14 467 65 112
Binary 11100000 10011010 11010011 0 11111 110 1100 100110111 110101 1001010

Color Harmonies of #E09AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AD3

Black with #E09AD3

Text Example


Text Example

White with #E09AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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