Html Css Color HEX #E9AFEB Plum

📋 copy color: '#E9AFEB'

red 233 ◦ green 175 ◦ blue 235

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

Shades of Plum #E9AFEB

Tints of Plum #E9AFEB

RGB

 RED value IS 233 (91.41% from 255) = 36.24%

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

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

R = 36.24%
G = 27.22%
B = 36.55%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9AFEB (or 0xE9AFEB) is known color: Plum. HEX triplet: E9, AF and EB. RGB value is (233,175,235). Sum of RGB (Red+Green+Blue) = 233+175+235=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFEB is #165014. Grayscale: #C6C6C6. Windows color (decimal): -1462293 or 15445993. OLE color: 15445993.

HSL color Cylindrical-coordinate representation of color #E9AFEB: hue angle of 298º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9AFEB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 175 235 -
CMYK 0.01 0.26 0 0.08
HSL 298º 0.6% 0.8% -
HSV(B) 298º 0.26% 0.92% -
XYZ 63.93 53.98 85.65 -
YUV 199.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 233 175 235 0.01 0.26 0 0.08 298 0.6 0.8
Hex E9 AF EB 1 1A 0 8 12A 3C 50
Octal 351 257 353 1 32 0 10 452 74 120
Binary 11101001 10101111 11101011 1 11010 0 1000 100101010 111100 1010000

Color Harmonies of #E9AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AFEB

Black with #E9AFEB

Text Example


Text Example

White with #E9AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AFEB; }

 p { color: rgb(233,175,235); }

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

background-color css

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

 a { background-color: rgb(233,175,235); }

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

border-color css

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

 span { border-color: rgb(233,175,235); }

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