Html Css Color HEX #E09BF2 Plum

📋 copy color: '#E09BF2'

red 224 ◦ green 155 ◦ blue 242

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

Shades of Plum #E09BF2

Tints of Plum #E09BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.96%

 BLUE value IS 242 (94.92% from 255) = 38.97%

R = 36.07%
G = 24.96%
B = 38.97%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E09BF2 (or 0xE09BF2) is known color: Plum. HEX triplet: E0, 9B and F2. RGB value is (224,155,242). Sum of RGB (Red+Green+Blue) = 224+155+242=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #E09BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BF2 is #1F640D. Grayscale: #B9B9B9. Windows color (decimal): -2057230 or 15899616. OLE color: 15899616.

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

Color convert

RGB 224 155 242 -
CMYK 0.07 0.36 0 0.05
HSL 287.59º 0.77% 0.78% -
HSV(B) 287.59º 0.36% 0.95% -
XYZ 58.49 45.7 89.74 -
YUV 185.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 224 155 242 0.07 0.36 0 0.05 287.59 0.77 0.78
Hex E0 9B F2 7 24 0 5 120 4D 4E
Octal 340 233 362 7 44 0 5 440 115 116
Binary 11100000 10011011 11110010 111 100100 0 101 100100000 1001101 1001110

Color Harmonies of #E09BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BF2

Black with #E09BF2

Text Example


Text Example

White with #E09BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BF2; }

 p { color: rgb(224,155,242); }

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

background-color css

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

 a { background-color: rgb(224,155,242); }

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

border-color css

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

 span { border-color: rgb(224,155,242); }

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