Html Css Color HEX #E09FEA Plum

📋 copy color: '#E09FEA'

red 224 ◦ green 159 ◦ blue 234

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

Shades of Plum #E09FEA

Tints of Plum #E09FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.77%

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

R = 36.3%
G = 25.77%
B = 37.93%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E09FEA (or 0xE09FEA) is known color: Plum. HEX triplet: E0, 9F and EA. RGB value is (224,159,234). Sum of RGB (Red+Green+Blue) = 224+159+234=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #E09FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FEA is #1F6015. Grayscale: #BABABA. Windows color (decimal): -2056214 or 15376352. OLE color: 15376352.

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

Color convert

RGB 224 159 234 -
CMYK 0.04 0.32 0 0.08
HSL 292º 0.64% 0.77% -
HSV(B) 292º 0.32% 0.92% -
XYZ 57.99 46.58 83.78 -
YUV 186.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 224 159 234 0.04 0.32 0 0.08 292 0.64 0.77
Hex E0 9F EA 4 20 0 8 124 40 4D
Octal 340 237 352 4 40 0 10 444 100 115
Binary 11100000 10011111 11101010 100 100000 0 1000 100100100 1000000 1001101

Color Harmonies of #E09FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FEA

Black with #E09FEA

Text Example


Text Example

White with #E09FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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