Html Css Color HEX #E09DF1 Plum

📋 copy color: '#E09DF1'

red 224 ◦ green 157 ◦ blue 241

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

Shades of Plum #E09DF1

Tints of Plum #E09DF1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.24%

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

R = 36.01%
G = 25.24%
B = 38.75%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E09DF1 (or 0xE09DF1) is known color: Plum. HEX triplet: E0, 9D and F1. RGB value is (224,157,241). Sum of RGB (Red+Green+Blue) = 224+157+241=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #E09DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DF1 is #1F620E. Grayscale: #BABABA. Windows color (decimal): -2056719 or 15834592. OLE color: 15834592.

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

Color convert

RGB 224 157 241 -
CMYK 0.07 0.35 0 0.05
HSL 287.86º 0.75% 0.78% -
HSV(B) 287.86º 0.35% 0.95% -
XYZ 58.67 46.31 89.07 -
YUV 186.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 224 157 241 0.07 0.35 0 0.05 287.86 0.75 0.78
Hex E0 9D F1 7 23 0 5 120 4B 4E
Octal 340 235 361 7 43 0 5 440 113 116
Binary 11100000 10011101 11110001 111 100011 0 101 100100000 1001011 1001110

Color Harmonies of #E09DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09DF1

Black with #E09DF1

Text Example


Text Example

White with #E09DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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