Html Css Color HEX #E09FEC Plum

📋 copy color: '#E09FEC'

red 224 ◦ green 159 ◦ blue 236

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

Shades of Plum #E09FEC

Tints of Plum #E09FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 36.19%
G = 25.69%
B = 38.13%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E09FEC (or 0xE09FEC) is known color: Plum. HEX triplet: E0, 9F and EC. RGB value is (224,159,236). Sum of RGB (Red+Green+Blue) = 224+159+236=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #E09FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FEC is #1F6013. Grayscale: #BABABA. Windows color (decimal): -2056212 or 15507424. OLE color: 15507424.

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

Color convert

RGB 224 159 236 -
CMYK 0.05 0.33 0 0.07
HSL 290.65º 0.67% 0.77% -
HSV(B) 290.65º 0.33% 0.93% -
XYZ 58.28 46.7 85.3 -
YUV 187.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 224 159 236 0.05 0.33 0 0.07 290.65 0.67 0.77
Hex E0 9F EC 5 21 0 7 123 43 4D
Octal 340 237 354 5 41 0 7 443 103 115
Binary 11100000 10011111 11101100 101 100001 0 111 100100011 1000011 1001101

Color Harmonies of #E09FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FEC

Black with #E09FEC

Text Example


Text Example

White with #E09FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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