Html Css Color HEX #E6AFEA Plum

📋 copy color: '#E6AFEA'

red 230 ◦ green 175 ◦ blue 234

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

Shades of Plum #E6AFEA

Tints of Plum #E6AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 35.99%
G = 27.39%
B = 36.62%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6AFEA (or 0xE6AFEA) is known color: Plum. HEX triplet: E6, AF and EA. RGB value is (230,175,234). Sum of RGB (Red+Green+Blue) = 230+175+234=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEA is #195015. Grayscale: #C5C5C5. Windows color (decimal): -1658902 or 15380454. OLE color: 15380454.

HSL color Cylindrical-coordinate representation of color #E6AFEA: hue angle of 295.93º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6AFEA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 175 234 -
CMYK 0.02 0.25 0 0.08
HSL 295.93º 0.58% 0.8% -
HSV(B) 295.93º 0.25% 0.92% -
XYZ 62.81 53.42 84.84 -
YUV 198.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 230 175 234 0.02 0.25 0 0.08 295.93 0.58 0.8
Hex E6 AF EA 2 19 0 8 128 3A 50
Octal 346 257 352 2 31 0 10 450 72 120
Binary 11100110 10101111 11101010 10 11001 0 1000 100101000 111010 1010000

Color Harmonies of #E6AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFEA

Black with #E6AFEA

Text Example


Text Example

White with #E6AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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