Html Css Color HEX #E09FE1 Plum

📋 copy color: '#E09FE1'

red 224 ◦ green 159 ◦ blue 225

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

Shades of Plum #E09FE1

Tints of Plum #E09FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.01%

R = 36.84%
G = 26.15%
B = 37.01%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E09FE1 (or 0xE09FE1) is known color: Plum. HEX triplet: E0, 9F and E1. RGB value is (224,159,225). Sum of RGB (Red+Green+Blue) = 224+159+225=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #E09FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FE1 is #1F601E. Grayscale: #B9B9B9. Windows color (decimal): -2056223 or 14786528. OLE color: 14786528.

HSL color Cylindrical-coordinate representation of color #E09FE1: hue angle of 299.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FE1 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 159 225 -
CMYK 0.00 0.29 0 0.12
HSL 299.09º 0.52% 0.75% -
HSV(B) 299.09º 0.29% 0.88% -
XYZ 56.73 46.08 77.14 -
YUV 185.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 224 159 225 0.00 0.29 0 0.12 299.09 0.52 0.75
Hex E0 9F E1 0 1D 0 C 12B 34 4B
Octal 340 237 341 0 35 0 14 453 64 113
Binary 11100000 10011111 11100001 0 11101 0 1100 100101011 110100 1001011

Color Harmonies of #E09FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FE1

Black with #E09FE1

Text Example


Text Example

White with #E09FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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