Html Css Color HEX #E2AFEB Plum

📋 copy color: '#E2AFEB'

red 226 ◦ green 175 ◦ blue 235

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

Shades of Plum #E2AFEB

Tints of Plum #E2AFEB

RGB

 RED value IS 226 (88.67% from 255) = 35.53%

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

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

R = 35.53%
G = 27.52%
B = 36.95%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2AFEB (or 0xE2AFEB) is known color: Plum. HEX triplet: E2, AF and EB. RGB value is (226,175,235). Sum of RGB (Red+Green+Blue) = 226+175+235=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFEB is #1D5014. Grayscale: #C4C4C4. Windows color (decimal): -1921045 or 15445986. OLE color: 15445986.

HSL color Cylindrical-coordinate representation of color #E2AFEB: hue angle of 291º 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 #E2AFEB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 175 235 -
CMYK 0.04 0.26 0 0.08
HSL 291º 0.6% 0.8% -
HSV(B) 291º 0.26% 0.92% -
XYZ 61.69 52.83 85.54 -
YUV 197.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 226 175 235 0.04 0.26 0 0.08 291 0.6 0.8
Hex E2 AF EB 4 1A 0 8 123 3C 50
Octal 342 257 353 4 32 0 10 443 74 120
Binary 11100010 10101111 11101011 100 11010 0 1000 100100011 111100 1010000

Color Harmonies of #E2AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFEB

Black with #E2AFEB

Text Example


Text Example

White with #E2AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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