Html Css Color HEX #E5AFEE Plum

📋 copy color: '#E5AFEE'

red 229 ◦ green 175 ◦ blue 238

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

Shades of Plum #E5AFEE

Tints of Plum #E5AFEE

RGB

 RED value IS 229 (89.84% from 255) = 35.67%

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

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 35.67%
G = 27.26%
B = 37.07%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5AFEE (or 0xE5AFEE) is known color: Plum. HEX triplet: E5, AF and EE. RGB value is (229,175,238). Sum of RGB (Red+Green+Blue) = 229+175+238=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFEE is #1A5011. Grayscale: #C6C6C6. Windows color (decimal): -1724434 or 15642597. OLE color: 15642597.

HSL color Cylindrical-coordinate representation of color #E5AFEE: hue angle of 291.43º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AFEE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 175 238 -
CMYK 0.04 0.26 0 0.07
HSL 291.43º 0.65% 0.81% -
HSV(B) 291.43º 0.26% 0.93% -
XYZ 63.08 53.49 87.89 -
YUV 198.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 229 175 238 0.04 0.26 0 0.07 291.43 0.65 0.81
Hex E5 AF EE 4 1A 0 7 123 41 51
Octal 345 257 356 4 32 0 7 443 101 121
Binary 11100101 10101111 11101110 100 11010 0 111 100100011 1000001 1010001

Color Harmonies of #E5AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFEE

Black with #E5AFEE

Text Example


Text Example

White with #E5AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFEE; }

 p { color: rgb(229,175,238); }

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

background-color css

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

 a { background-color: rgb(229,175,238); }

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

border-color css

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

 span { border-color: rgb(229,175,238); }

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