#E6AFCA

Color #E6AFCA Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #E6AFCA

Tints of Twilight #E6AFCA

Color information

#E6AFCA (or 0xE6AFCA) is unknown color: approx Twilight. HEX triplet: E6, AF and CA. RGB value is (230,175,202). Sum of RGB (Red+Green+Blue) = 230+175+202=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFCA is #195035. Grayscale: #C2C2C2. Windows color (decimal): -1658934 or 13283302. OLE color: 13283302.

HSL color Cylindrical-coordinate representation of color #E6AFCA: hue angle of 330.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFCA is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230175202-
CMYK00.240.120.10
HSL330.55º52.38%79.41%-
HSV(B)330.55º23.91%90.2%-
XYZ58.6251.7562.78-
YUV194.52132.22153.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.89%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=37.89%
G=28.83%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017520200.240.120.10330.5552.3879.41
HexE6AFCA018CA14b344f
Octal346257312030141251364117
Binary111001101010111111001010011000110010101010010111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFCA; }

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

 H1.HeaderClassName
 {
   color: #E6AFCA;
 }
 .AnyTagClassName
 {
   color: #E6AFCA;
 }
</style>
background-color css

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

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

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

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

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

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