Html Css Color HEX #E6AFEC Plum

📋 copy color: '#E6AFEC'

red 230 ◦ green 175 ◦ blue 236

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

Shades of Plum #E6AFEC

Tints of Plum #E6AFEC

RGB

 RED value IS 230 (90.23% from 255) = 35.88%

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

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 35.88%
G = 27.3%
B = 36.82%

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

#E6AFEC (or 0xE6AFEC) is known color: Plum. HEX triplet: E6, AF and EC. RGB value is (230,175,236). Sum of RGB (Red+Green+Blue) = 230+175+236=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEC is #195013. Grayscale: #C6C6C6. Windows color (decimal): -1658900 or 15511526. OLE color: 15511526.

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

Color convert

RGB 230 175 236 -
CMYK 0.03 0.26 0 0.07
HSL 294.1º 0.62% 0.81% -
HSV(B) 294.1º 0.26% 0.93% -
XYZ 63.1 53.54 86.37 -
YUV 198.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 230 175 236 0.03 0.26 0 0.07 294.1 0.62 0.81
Hex E6 AF EC 3 1A 0 7 126 3E 51
Octal 346 257 354 3 32 0 7 446 76 121
Binary 11100110 10101111 11101100 11 11010 0 111 100100110 111110 1010001

Color Harmonies of #E6AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFEC

Black with #E6AFEC

Text Example


Text Example

White with #E6AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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