Html Css Color HEX #E08BCE Plum

📋 copy color: '#E08BCE'

red 224 ◦ green 139 ◦ blue 206

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

Shades of Plum #E08BCE

Tints of Plum #E08BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.43%

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 39.37%
G = 24.43%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E08BCE (or 0xE08BCE) is known color: Plum. HEX triplet: E0, 8B and CE. RGB value is (224,139,206). Sum of RGB (Red+Green+Blue) = 224+139+206=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BCE is #1F7431. Grayscale: #ABABAB. Windows color (decimal): -2061362 or 13536224. OLE color: 13536224.

HSL color Cylindrical-coordinate representation of color #E08BCE: hue angle of 312.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BCE is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 139 206 -
CMYK 0 0.38 0.08 0.12
HSL 312.71º 0.58% 0.71% -
HSV(B) 312.71º 0.38% 0.88% -
XYZ 51.11 38.77 63.18 -
YUV 172.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 224 139 206 0 0.38 0.08 0.12 312.71 0.58 0.71
Hex E0 8B CE 0 26 8 C 139 3A 47
Octal 340 213 316 0 46 10 14 471 72 107
Binary 11100000 10001011 11001110 0 100110 1000 1100 100111001 111010 1000111

Color Harmonies of #E08BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08BCE

Black with #E08BCE

Text Example


Text Example

White with #E08BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08BCE; }

 p { color: rgb(224,139,206); }

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

background-color css

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

 a { background-color: rgb(224,139,206); }

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

border-color css

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

 span { border-color: rgb(224,139,206); }

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