Html Css Color HEX #E1AFE6 Plum

📋 copy color: '#E1AFE6'

red 225 ◦ green 175 ◦ blue 230

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

Shades of Plum #E1AFE6

Tints of Plum #E1AFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 35.71%
G = 27.78%
B = 36.51%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1AFE6 (or 0xE1AFE6) is known color: Plum. HEX triplet: E1, AF and E6. RGB value is (225,175,230). Sum of RGB (Red+Green+Blue) = 225+175+230=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFE6 is #1E5019. Grayscale: #C4C4C4. Windows color (decimal): -1986586 or 15118305. OLE color: 15118305.

HSL color Cylindrical-coordinate representation of color #E1AFE6: hue angle of 294.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AFE6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 175 230 -
CMYK 0.02 0.24 0 0.10
HSL 294.55º 0.52% 0.79% -
HSV(B) 294.55º 0.24% 0.9% -
XYZ 60.66 52.38 81.78 -
YUV 196.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 225 175 230 0.02 0.24 0 0.10 294.55 0.52 0.79
Hex E1 AF E6 2 18 0 A 127 34 4F
Octal 341 257 346 2 30 0 12 447 64 117
Binary 11100001 10101111 11100110 10 11000 0 1010 100100111 110100 1001111

Color Harmonies of #E1AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFE6

Black with #E1AFE6

Text Example


Text Example

White with #E1AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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