#E16CAB

Color #E16CAB Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E16CAB

Tints of Pale Violet Red #E16CAB

Color information

#E16CAB (or 0xE16CAB) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6C and AB. RGB value is (225,108,171). Sum of RGB (Red+Green+Blue) = 225+108+171=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CAB is #1E9354. Grayscale: #969696. Windows color (decimal): -2003797 or 11234529. OLE color: 11234529.

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

Color convert

RGB225108171-
CMYK00.520.240.12
HSL327.69º66.1%65.29%-
HSV(B)327.69º52%88.24%-
XYZ43.7629.6741.95-
YUV150.16139.76181.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 108 (42.58% from 255) = 21.43%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=44.64%
G=21.43%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510817100.520.240.12327.6966.165.29
HexE16CAB03418C1484241
Octal3411542530643014510102101
Binary11100001110110010101011011010011000110010100100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CAB; }

 p { color: rgb(225,108,171); }

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

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

 a { background-color: rgb(225,108,171); }

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

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

 span { border-color: rgb(225,108,171); }

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