Html Css Color HEX #E0B0EA Plum

📋 copy color: '#E0B0EA'

red 224 ◦ green 176 ◦ blue 234

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

Shades of Plum #E0B0EA

Tints of Plum #E0B0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 35.33%
G = 27.76%
B = 36.91%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0B0EA (or 0xE0B0EA) is known color: Plum. HEX triplet: E0, B0 and EA. RGB value is (224,176,234). Sum of RGB (Red+Green+Blue) = 224+176+234=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0EA is #1F4F15. Grayscale: #C4C4C4. Windows color (decimal): -2051862 or 15380704. OLE color: 15380704.

HSL color Cylindrical-coordinate representation of color #E0B0EA: hue angle of 289.66º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0B0EA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 176 234 -
CMYK 0.04 0.25 0 0.08
HSL 289.66º 0.58% 0.8% -
HSV(B) 289.66º 0.25% 0.92% -
XYZ 61.12 52.84 84.82 -
YUV 196.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 224 176 234 0.04 0.25 0 0.08 289.66 0.58 0.8
Hex E0 B0 EA 4 19 0 8 122 3A 50
Octal 340 260 352 4 31 0 10 442 72 120
Binary 11100000 10110000 11101010 100 11001 0 1000 100100010 111010 1010000

Color Harmonies of #E0B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0EA

Black with #E0B0EA

Text Example


Text Example

White with #E0B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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