Html Css Color HEX #E0A7EB Plum

📋 copy color: '#E0A7EB'

red 224 ◦ green 167 ◦ blue 235

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

Shades of Plum #E0A7EB

Tints of Plum #E0A7EB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.68%

 BLUE value IS 235 (92.19% from 255) = 37.54%

R = 35.78%
G = 26.68%
B = 37.54%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0A7EB (or 0xE0A7EB) is known color: Plum. HEX triplet: E0, A7 and EB. RGB value is (224,167,235). Sum of RGB (Red+Green+Blue) = 224+167+235=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0A7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A7EB is #1F5814. Grayscale: #BFBFBF. Windows color (decimal): -2054165 or 15443936. OLE color: 15443936.

HSL color Cylindrical-coordinate representation of color #E0A7EB: hue angle of 290.29º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A7EB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 167 235 -
CMYK 0.05 0.29 0 0.08
HSL 290.29º 0.63% 0.79% -
HSV(B) 290.29º 0.29% 0.92% -
XYZ 59.55 49.48 85.01 -
YUV 191.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 224 167 235 0.05 0.29 0 0.08 290.29 0.63 0.79
Hex E0 A7 EB 5 1D 0 8 122 3F 4F
Octal 340 247 353 5 35 0 10 442 77 117
Binary 11100000 10100111 11101011 101 11101 0 1000 100100010 111111 1001111

Color Harmonies of #E0A7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A7EB

Black with #E0A7EB

Text Example


Text Example

White with #E0A7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A7EB; }

 p { color: rgb(224,167,235); }

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

background-color css

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

 a { background-color: rgb(224,167,235); }

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

border-color css

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

 span { border-color: rgb(224,167,235); }

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