Html Css Color HEX #E08FCE Plum

📋 copy color: '#E08FCE'

red 224 ◦ green 143 ◦ blue 206

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

Shades of Plum #E08FCE

Tints of Plum #E08FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.96%

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

R = 39.09%
G = 24.96%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E08FCE (or 0xE08FCE) is known color: Plum. HEX triplet: E0, 8F and CE. RGB value is (224,143,206). Sum of RGB (Red+Green+Blue) = 224+143+206=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FCE is #1F7031. Grayscale: #AEAEAE. Windows color (decimal): -2060338 or 13537248. OLE color: 13537248.

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

Color convert

RGB 224 143 206 -
CMYK 0 0.36 0.08 0.12
HSL 313.33º 0.57% 0.72% -
HSV(B) 313.33º 0.36% 0.88% -
XYZ 51.7 39.95 63.38 -
YUV 174.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 224 143 206 0 0.36 0.08 0.12 313.33 0.57 0.72
Hex E0 8F CE 0 24 8 C 139 39 48
Octal 340 217 316 0 44 10 14 471 71 110
Binary 11100000 10001111 11001110 0 100100 1000 1100 100111001 111001 1001000

Color Harmonies of #E08FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FCE

Black with #E08FCE

Text Example


Text Example

White with #E08FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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