Html Css Color HEX #E09AEE Plum

📋 copy color: '#E09AEE'

red 224 ◦ green 154 ◦ blue 238

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

Shades of Plum #E09AEE

Tints of Plum #E09AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 36.36%
G = 25%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E09AEE (or 0xE09AEE) is known color: Plum. HEX triplet: E0, 9A and EE. RGB value is (224,154,238). Sum of RGB (Red+Green+Blue) = 224+154+238=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #E09AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AEE is #1F6511. Grayscale: #B8B8B8. Windows color (decimal): -2057490 or 15637216. OLE color: 15637216.

HSL color Cylindrical-coordinate representation of color #E09AEE: hue angle of 290º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09AEE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 154 238 -
CMYK 0.06 0.35 0 0.07
HSL 290º 0.71% 0.77% -
HSV(B) 290º 0.35% 0.93% -
XYZ 57.73 45.13 86.56 -
YUV 184.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 224 154 238 0.06 0.35 0 0.07 290 0.71 0.77
Hex E0 9A EE 6 23 0 7 122 47 4D
Octal 340 232 356 6 43 0 7 442 107 115
Binary 11100000 10011010 11101110 110 100011 0 111 100100010 1000111 1001101

Color Harmonies of #E09AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AEE

Black with #E09AEE

Text Example


Text Example

White with #E09AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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