Html Css Color HEX #E08ADC Plum

📋 copy color: '#E08ADC'

red 224 ◦ green 138 ◦ blue 220

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

Shades of Plum #E08ADC

Tints of Plum #E08ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.71%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 38.49%
G = 23.71%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E08ADC (or 0xE08ADC) is known color: Plum. HEX triplet: E0, 8A and DC. RGB value is (224,138,220). Sum of RGB (Red+Green+Blue) = 224+138+220=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ADC is #1F7523. Grayscale: #ACACAC. Windows color (decimal): -2061604 or 14453472. OLE color: 14453472.

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

Color convert

RGB 224 138 220 -
CMYK 0 0.38 0.02 0.12
HSL 302.79º 0.58% 0.71% -
HSV(B) 302.79º 0.38% 0.88% -
XYZ 52.75 39.19 72.49 -
YUV 173.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 224 138 220 0 0.38 0.02 0.12 302.79 0.58 0.71
Hex E0 8A DC 0 26 2 C 12F 3A 47
Octal 340 212 334 0 46 2 14 457 72 107
Binary 11100000 10001010 11011100 0 100110 10 1100 100101111 111010 1000111

Color Harmonies of #E08ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08ADC

Black with #E08ADC

Text Example


Text Example

White with #E08ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08ADC; }

 p { color: rgb(224,138,220); }

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

background-color css

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

 a { background-color: rgb(224,138,220); }

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

border-color css

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

 span { border-color: rgb(224,138,220); }

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