Html Css Color HEX #E6AFED Plum

📋 copy color: '#E6AFED'

red 230 ◦ green 175 ◦ blue 237

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

Shades of Plum #E6AFED

Tints of Plum #E6AFED

RGB

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

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

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

R = 35.83%
G = 27.26%
B = 36.92%

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

#E6AFED (or 0xE6AFED) is known color: Plum. HEX triplet: E6, AF and ED. RGB value is (230,175,237). Sum of RGB (Red+Green+Blue) = 230+175+237=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6AFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFED is #195012. Grayscale: #C6C6C6. Windows color (decimal): -1658899 or 15577062. OLE color: 15577062.

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

Color convert

RGB 230 175 237 -
CMYK 0.03 0.26 0 0.07
HSL 293.23º 0.63% 0.81% -
HSV(B) 293.23º 0.26% 0.93% -
XYZ 63.25 53.6 87.13 -
YUV 198.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 230 175 237 0.03 0.26 0 0.07 293.23 0.63 0.81
Hex E6 AF ED 3 1A 0 7 125 3F 51
Octal 346 257 355 3 32 0 7 445 77 121
Binary 11100110 10101111 11101101 11 11010 0 111 100100101 111111 1010001

Color Harmonies of #E6AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFED

Black with #E6AFED

Text Example


Text Example

White with #E6AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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