#E66C94

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

Shades of Pale Violet Red #E66C94

Tints of Pale Violet Red #E66C94

Color information

#E66C94 (or 0xE66C94) is unknown color: approx Pale Violet Red. HEX triplet: E6, 6C and 94. RGB value is (230,108,148). Sum of RGB (Red+Green+Blue) = 230+108+148=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66C94 is #19936B. Grayscale: #959595. Windows color (decimal): -1676140 or 9727206. OLE color: 9727206.

HSL color Cylindrical-coordinate representation of color #E66C94: hue angle of 340.33º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66C94 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB230108148-
CMYK00.530.360.10
HSL340.33º70.93%66.27%-
HSV(B)340.33º53.04%90.2%-
XYZ43.3429.6931.46-
YUV149.04127.42185.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=47.33%
G=22.22%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010814800.530.360.10340.3370.9366.27
HexE66C9403524A1544742
Octal3461542240654412524107102
Binary111001101101100100101000110101100100101010101010010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66C94; }

 p { color: rgb(230,108,148); }

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

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

 a { background-color: rgb(230,108,148); }

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

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

 span { border-color: rgb(230,108,148); }

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