Html Css Color HEX #E0B0E7 Plum

📋 copy color: '#E0B0E7'

red 224 ◦ green 176 ◦ blue 231

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

Shades of Plum #E0B0E7

Tints of Plum #E0B0E7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.89%

 BLUE value IS 231 (90.63% from 255) = 36.61%

R = 35.5%
G = 27.89%
B = 36.61%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E0B0E7 (or 0xE0B0E7) is known color: Plum. HEX triplet: E0, B0 and E7. RGB value is (224,176,231). Sum of RGB (Red+Green+Blue) = 224+176+231=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0B0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0E7 is #1F4F18. Grayscale: #C4C4C4. Windows color (decimal): -2051865 or 15184096. OLE color: 15184096.

HSL color Cylindrical-coordinate representation of color #E0B0E7: hue angle of 292.36º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B0E7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 176 231 -
CMYK 0.03 0.24 0 0.09
HSL 292.36º 0.53% 0.8% -
HSV(B) 292.36º 0.24% 0.91% -
XYZ 60.69 52.67 82.57 -
YUV 196.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 224 176 231 0.03 0.24 0 0.09 292.36 0.53 0.8
Hex E0 B0 E7 3 18 0 9 124 35 50
Octal 340 260 347 3 30 0 11 444 65 120
Binary 11100000 10110000 11100111 11 11000 0 1001 100100100 110101 1010000

Color Harmonies of #E0B0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0E7

Black with #E0B0E7

Text Example


Text Example

White with #E0B0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0E7; }

 p { color: rgb(224,176,231); }

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

background-color css

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

 a { background-color: rgb(224,176,231); }

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

border-color css

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

 span { border-color: rgb(224,176,231); }

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