Html Css Color HEX #E1AFE9 Plum

📋 copy color: '#E1AFE9'

red 225 ◦ green 175 ◦ blue 233

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

Shades of Plum #E1AFE9

Tints of Plum #E1AFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.81%

R = 35.55%
G = 27.65%
B = 36.81%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E1AFE9 (or 0xE1AFE9) is known color: Plum. HEX triplet: E1, AF and E9. RGB value is (225,175,233). Sum of RGB (Red+Green+Blue) = 225+175+233=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1AFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFE9 is #1E5016. Grayscale: #C4C4C4. Windows color (decimal): -1986583 or 15314913. OLE color: 15314913.

HSL color Cylindrical-coordinate representation of color #E1AFE9: hue angle of 291.72º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1AFE9 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 175 233 -
CMYK 0.03 0.25 0 0.09
HSL 291.72º 0.57% 0.8% -
HSV(B) 291.72º 0.25% 0.91% -
XYZ 61.09 52.55 84.01 -
YUV 196.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 225 175 233 0.03 0.25 0 0.09 291.72 0.57 0.8
Hex E1 AF E9 3 19 0 9 124 39 50
Octal 341 257 351 3 31 0 11 444 71 120
Binary 11100001 10101111 11101001 11 11001 0 1001 100100100 111001 1010000

Color Harmonies of #E1AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFE9

Black with #E1AFE9

Text Example


Text Example

White with #E1AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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