Html Css Color HEX #E09CEA Plum

📋 copy color: '#E09CEA'

red 224 ◦ green 156 ◦ blue 234

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

Shades of Plum #E09CEA

Tints of Plum #E09CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.41%

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 36.48%
G = 25.41%
B = 38.11%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E09CEA (or 0xE09CEA) is known color: Plum. HEX triplet: E0, 9C and EA. RGB value is (224,156,234). Sum of RGB (Red+Green+Blue) = 224+156+234=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #E09CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09CEA is #1F6315. Grayscale: #B8B8B8. Windows color (decimal): -2056982 or 15375584. OLE color: 15375584.

HSL color Cylindrical-coordinate representation of color #E09CEA: hue angle of 292.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09CEA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 156 234 -
CMYK 0.04 0.33 0 0.08
HSL 292.31º 0.65% 0.76% -
HSV(B) 292.31º 0.33% 0.92% -
XYZ 57.48 45.56 83.61 -
YUV 185.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 224 156 234 0.04 0.33 0 0.08 292.31 0.65 0.76
Hex E0 9C EA 4 21 0 8 124 41 4C
Octal 340 234 352 4 41 0 10 444 101 114
Binary 11100000 10011100 11101010 100 100001 0 1000 100100100 1000001 1001100

Color Harmonies of #E09CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09CEA

Black with #E09CEA

Text Example


Text Example

White with #E09CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09CEA; }

 p { color: rgb(224,156,234); }

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

background-color css

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

 a { background-color: rgb(224,156,234); }

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

border-color css

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

 span { border-color: rgb(224,156,234); }

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