#e27ca6

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

Shades of Pale Violet Red #E27CA6

Tints of Pale Violet Red #E27CA6

Color information

#E27CA6 (or 0xE27CA6) is unknown color: approx Pale Violet Red. HEX triplet: E2, 7C and A6. RGB value is (226,124,166). Sum of RGB (Red+Green+Blue) = 226+124+166=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27CA6 is #1D8359. Grayscale: #9F9F9F. Windows color (decimal): -1934170 or 10910946. OLE color: 10910946.

HSL color Cylindrical-coordinate representation of color #E27CA6: hue angle of 335.29º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27CA6 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB226124166-
CMYK00.450.270.11
HSL335.29º63.75%68.63%-
HSV(B)335.29º45.13%88.63%-
XYZ45.4533.3440.12-
YUV159.29131.79175.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=43.80%
G=24.03%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612416600.450.270.11335.2963.7568.63
HexE27CA602D1BB14f4045
Octal3421742460553313517100105
Binary11100010111110010100110010110111011101110100111110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27ca6; }

 p { color: rgb(226,124,166); }

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

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

 a { background-color: rgb(226,124,166); }

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

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

 span { border-color: rgb(226,124,166); }

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