Html Css Color HEX #E6AFEB Plum

📋 copy color: '#E6AFEB'

red 230 ◦ green 175 ◦ blue 235

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

Shades of Plum #E6AFEB

Tints of Plum #E6AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.72%

R = 35.94%
G = 27.34%
B = 36.72%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6AFEB (or 0xE6AFEB) is known color: Plum. HEX triplet: E6, AF and EB. RGB value is (230,175,235). Sum of RGB (Red+Green+Blue) = 230+175+235=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFEB is #195014. Grayscale: #C6C6C6. Windows color (decimal): -1658901 or 15445990. OLE color: 15445990.

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

Color convert

RGB 230 175 235 -
CMYK 0.02 0.26 0 0.08
HSL 295º 0.6% 0.8% -
HSV(B) 295º 0.26% 0.92% -
XYZ 62.96 53.48 85.6 -
YUV 198.29 148.72 150.62 -
System Red Green Blue C M Y K H S L
Decimal 230 175 235 0.02 0.26 0 0.08 295 0.6 0.8
Hex E6 AF EB 2 1A 0 8 127 3C 50
Octal 346 257 353 2 32 0 10 447 74 120
Binary 11100110 10101111 11101011 10 11010 0 1000 100100111 111100 1010000

Color Harmonies of #E6AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFEB

Black with #E6AFEB

Text Example


Text Example

White with #E6AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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