Html Css Color HEX #E0AFE2 Plum

📋 copy color: '#E0AFE2'

red 224 ◦ green 175 ◦ blue 226

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

Shades of Plum #E0AFE2

Tints of Plum #E0AFE2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28%

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

R = 35.84%
G = 28%
B = 36.16%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0AFE2 (or 0xE0AFE2) is known color: Plum. HEX triplet: E0, AF and E2. RGB value is (224,175,226). Sum of RGB (Red+Green+Blue) = 224+175+226=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFE2 is #1F501D. Grayscale: #C3C3C3. Windows color (decimal): -2052126 or 14856160. OLE color: 14856160.

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

Color convert

RGB 224 175 226 -
CMYK 0.01 0.23 0 0.11
HSL 297.65º 0.47% 0.79% -
HSV(B) 297.65º 0.23% 0.89% -
XYZ 59.8 52 78.84 -
YUV 195.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 224 175 226 0.01 0.23 0 0.11 297.65 0.47 0.79
Hex E0 AF E2 1 17 0 B 12A 2F 4F
Octal 340 257 342 1 27 0 13 452 57 117
Binary 11100000 10101111 11100010 1 10111 0 1011 100101010 101111 1001111

Color Harmonies of #E0AFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFE2

Black with #E0AFE2

Text Example


Text Example

White with #E0AFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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