Html Css Color HEX #E08CE2 Plum

📋 copy color: '#E08CE2'

red 224 ◦ green 140 ◦ blue 226

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

Shades of Plum #E08CE2

Tints of Plum #E08CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.31%

R = 37.97%
G = 23.73%
B = 38.31%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E08CE2 (or 0xE08CE2) is known color: Plum. HEX triplet: E0, 8C and E2. RGB value is (224,140,226). Sum of RGB (Red+Green+Blue) = 224+140+226=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #E08CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CE2 is #1F731D. Grayscale: #AEAEAE. Windows color (decimal): -2061086 or 14847200. OLE color: 14847200.

HSL color Cylindrical-coordinate representation of color #E08CE2: hue angle of 298.6º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CE2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 140 226 -
CMYK 0.01 0.38 0 0.11
HSL 298.6º 0.6% 0.72% -
HSV(B) 298.6º 0.38% 0.89% -
XYZ 53.85 40.09 76.85 -
YUV 174.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 224 140 226 0.01 0.38 0 0.11 298.6 0.6 0.72
Hex E0 8C E2 1 26 0 B 12B 3C 48
Octal 340 214 342 1 46 0 13 453 74 110
Binary 11100000 10001100 11100010 1 100110 0 1011 100101011 111100 1001000

Color Harmonies of #E08CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CE2

Black with #E08CE2

Text Example


Text Example

White with #E08CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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