Html Css Color HEX #E5AFED Plum

📋 copy color: '#E5AFED'

red 229 ◦ green 175 ◦ blue 237

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

Shades of Plum #E5AFED

Tints of Plum #E5AFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 35.73%
G = 27.3%
B = 36.97%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5AFED (or 0xE5AFED) is known color: Plum. HEX triplet: E5, AF and ED. RGB value is (229,175,237). Sum of RGB (Red+Green+Blue) = 229+175+237=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFED is #1A5012. Grayscale: #C6C6C6. Windows color (decimal): -1724435 or 15577061. OLE color: 15577061.

HSL color Cylindrical-coordinate representation of color #E5AFED: hue angle of 292.26º degrees, saturation: 0.63, 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 #E5AFED is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 175 237 -
CMYK 0.03 0.26 0 0.07
HSL 292.26º 0.63% 0.81% -
HSV(B) 292.26º 0.26% 0.93% -
XYZ 62.93 53.43 87.12 -
YUV 198.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 229 175 237 0.03 0.26 0 0.07 292.26 0.63 0.81
Hex E5 AF ED 3 1A 0 7 124 3F 51
Octal 345 257 355 3 32 0 7 444 77 121
Binary 11100101 10101111 11101101 11 11010 0 111 100100100 111111 1010001

Color Harmonies of #E5AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFED

Black with #E5AFED

Text Example


Text Example

White with #E5AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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