Html Css Color HEX #E09ACF Plum

📋 copy color: '#E09ACF'

red 224 ◦ green 154 ◦ blue 207

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

Shades of Plum #E09ACF

Tints of Plum #E09ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 38.29%
G = 26.32%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E09ACF (or 0xE09ACF) is known color: Plum. HEX triplet: E0, 9A and CF. RGB value is (224,154,207). Sum of RGB (Red+Green+Blue) = 224+154+207=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ACF is #1F6530. Grayscale: #B4B4B4. Windows color (decimal): -2057521 or 13605600. OLE color: 13605600.

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

Color convert

RGB 224 154 207 -
CMYK 0 0.31 0.08 0.12
HSL 314.57º 0.53% 0.74% -
HSV(B) 314.57º 0.31% 0.88% -
XYZ 53.56 43.46 64.6 -
YUV 180.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 224 154 207 0 0.31 0.08 0.12 314.57 0.53 0.74
Hex E0 9A CF 0 1F 8 C 13B 35 4A
Octal 340 232 317 0 37 10 14 473 65 112
Binary 11100000 10011010 11001111 0 11111 1000 1100 100111011 110101 1001010

Color Harmonies of #E09ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09ACF

Black with #E09ACF

Text Example


Text Example

White with #E09ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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