Html Css Color HEX #E6AFFC Mauve

📋 copy color: '#E6AFFC'

red 230 ◦ green 175 ◦ blue 252

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

Shades of Mauve #E6AFFC

Tints of Mauve #E6AFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 35.01%
G = 26.64%
B = 38.36%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6AFFC (or 0xE6AFFC) is known color: Mauve. HEX triplet: E6, AF and FC. RGB value is (230,175,252). Sum of RGB (Red+Green+Blue) = 230+175+252=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFFC is #195003. Grayscale: #C7C7C7. Windows color (decimal): -1658884 or 16560102. OLE color: 16560102.

HSL color Cylindrical-coordinate representation of color #E6AFFC: hue angle of 282.86º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6AFFC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 175 252 -
CMYK 0.09 0.31 0 0.01
HSL 282.86º 0.93% 0.84% -
HSV(B) 282.86º 0.31% 0.99% -
XYZ 65.53 54.51 99.16 -
YUV 200.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 230 175 252 0.09 0.31 0 0.01 282.86 0.93 0.84
Hex E6 AF FC 9 1F 0 1 11B 5D 54
Octal 346 257 374 11 37 0 1 433 135 124
Binary 11100110 10101111 11111100 1001 11111 0 1 100011011 1011101 1010100

Color Harmonies of #E6AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFFC

Black with #E6AFFC

Text Example


Text Example

White with #E6AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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