Html Css Color HEX #E08CCF Plum

📋 copy color: '#E08CCF'

red 224 ◦ green 140 ◦ blue 207

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

Shades of Plum #E08CCF

Tints of Plum #E08CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.52%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 39.23%
G = 24.52%
B = 36.25%

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

#E08CCF (or 0xE08CCF) is known color: Plum. HEX triplet: E0, 8C and CF. RGB value is (224,140,207). Sum of RGB (Red+Green+Blue) = 224+140+207=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CCF is #1F7330. Grayscale: #ACACAC. Windows color (decimal): -2061105 or 13602016. OLE color: 13602016.

HSL color Cylindrical-coordinate representation of color #E08CCF: hue angle of 312.14º 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 #E08CCF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 207 -
CMYK 0 0.38 0.08 0.12
HSL 312.14º 0.58% 0.71% -
HSV(B) 312.14º 0.38% 0.88% -
XYZ 51.38 39.11 63.87 -
YUV 172.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 224 140 207 0 0.38 0.08 0.12 312.14 0.58 0.71
Hex E0 8C CF 0 26 8 C 138 3A 47
Octal 340 214 317 0 46 10 14 470 72 107
Binary 11100000 10001100 11001111 0 100110 1000 1100 100111000 111010 1000111

Color Harmonies of #E08CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CCF

Black with #E08CCF

Text Example


Text Example

White with #E08CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CCF; }

 p { color: rgb(224,140,207); }

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

background-color css

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

 a { background-color: rgb(224,140,207); }

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

border-color css

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

 span { border-color: rgb(224,140,207); }

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