Html Css Color HEX #E09EF1 Plum

📋 copy color: '#E09EF1'

red 224 ◦ green 158 ◦ blue 241

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

Shades of Plum #E09EF1

Tints of Plum #E09EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.36%

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 35.96%
G = 25.36%
B = 38.68%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E09EF1 (or 0xE09EF1) is known color: Plum. HEX triplet: E0, 9E and F1. RGB value is (224,158,241). Sum of RGB (Red+Green+Blue) = 224+158+241=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E09EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EF1 is #1F610E. Grayscale: #BABABA. Windows color (decimal): -2056463 or 15834848. OLE color: 15834848.

HSL color Cylindrical-coordinate representation of color #E09EF1: hue angle of 287.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09EF1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 158 241 -
CMYK 0.07 0.34 0 0.05
HSL 287.71º 0.75% 0.78% -
HSV(B) 287.71º 0.34% 0.95% -
XYZ 58.84 46.65 89.12 -
YUV 187.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 224 158 241 0.07 0.34 0 0.05 287.71 0.75 0.78
Hex E0 9E F1 7 22 0 5 120 4B 4E
Octal 340 236 361 7 42 0 5 440 113 116
Binary 11100000 10011110 11110001 111 100010 0 101 100100000 1001011 1001110

Color Harmonies of #E09EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EF1

Black with #E09EF1

Text Example


Text Example

White with #E09EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EF1; }

 p { color: rgb(224,158,241); }

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

background-color css

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

 a { background-color: rgb(224,158,241); }

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

border-color css

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

 span { border-color: rgb(224,158,241); }

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