Html Css Color HEX #E08ECF Plum

📋 copy color: '#E08ECF'

red 224 ◦ green 142 ◦ blue 207

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

Shades of Plum #E08ECF

Tints of Plum #E08ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.78%

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

R = 39.09%
G = 24.78%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E08ECF (or 0xE08ECF) is known color: Plum. HEX triplet: E0, 8E and CF. RGB value is (224,142,207). Sum of RGB (Red+Green+Blue) = 224+142+207=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ECF is #1F7130. Grayscale: #ADADAD. Windows color (decimal): -2060593 or 13602528. OLE color: 13602528.

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

Color convert

RGB 224 142 207 -
CMYK 0 0.37 0.08 0.12
HSL 312.44º 0.57% 0.72% -
HSV(B) 312.44º 0.37% 0.88% -
XYZ 51.68 39.7 63.97 -
YUV 173.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 224 142 207 0 0.37 0.08 0.12 312.44 0.57 0.72
Hex E0 8E CF 0 25 8 C 138 39 48
Octal 340 216 317 0 45 10 14 470 71 110
Binary 11100000 10001110 11001111 0 100101 1000 1100 100111000 111001 1001000

Color Harmonies of #E08ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08ECF

Black with #E08ECF

Text Example


Text Example

White with #E08ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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