Html Css Color HEX #E09FED Plum

📋 copy color: '#E09FED'

red 224 ◦ green 159 ◦ blue 237

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

Shades of Plum #E09FED

Tints of Plum #E09FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 36.13%
G = 25.65%
B = 38.23%

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

#E09FED (or 0xE09FED) is known color: Plum. HEX triplet: E0, 9F and ED. RGB value is (224,159,237). Sum of RGB (Red+Green+Blue) = 224+159+237=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #E09FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FED is #1F6012. Grayscale: #BBBBBB. Windows color (decimal): -2056211 or 15572960. OLE color: 15572960.

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

Color convert

RGB 224 159 237 -
CMYK 0.05 0.33 0 0.07
HSL 290º 0.68% 0.78% -
HSV(B) 290º 0.33% 0.93% -
XYZ 58.42 46.76 86.07 -
YUV 187.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 224 159 237 0.05 0.33 0 0.07 290 0.68 0.78
Hex E0 9F ED 5 21 0 7 122 44 4E
Octal 340 237 355 5 41 0 7 442 104 116
Binary 11100000 10011111 11101101 101 100001 0 111 100100010 1000100 1001110

Color Harmonies of #E09FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FED

Black with #E09FED

Text Example


Text Example

White with #E09FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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