Html Css Color HEX #E18ADC Plum

📋 copy color: '#E18ADC'

red 225 ◦ green 138 ◦ blue 220

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

Shades of Plum #E18ADC

Tints of Plum #E18ADC

RGB

 RED value IS 225 (88.28% from 255) = 38.59%

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

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

R = 38.59%
G = 23.67%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E18ADC (or 0xE18ADC) is known color: Plum. HEX triplet: E1, 8A and DC. RGB value is (225,138,220). Sum of RGB (Red+Green+Blue) = 225+138+220=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ADC is #1E7523. Grayscale: #ADADAD. Windows color (decimal): -1996068 or 14453473. OLE color: 14453473.

HSL color Cylindrical-coordinate representation of color #E18ADC: hue angle of 303.45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ADC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 220 -
CMYK 0 0.39 0.02 0.12
HSL 303.45º 0.59% 0.71% -
HSV(B) 303.45º 0.39% 0.88% -
XYZ 53.06 39.35 72.51 -
YUV 173.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 225 138 220 0 0.39 0.02 0.12 303.45 0.59 0.71
Hex E1 8A DC 0 27 2 C 12F 3B 47
Octal 341 212 334 0 47 2 14 457 73 107
Binary 11100001 10001010 11011100 0 100111 10 1100 100101111 111011 1000111

Color Harmonies of #E18ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18ADC

Black with #E18ADC

Text Example


Text Example

White with #E18ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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