#E66294

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

Shades of Pale Violet Red #E66294

Tints of Pale Violet Red #E66294

Color information

#E66294 (or 0xE66294) is unknown color: approx Pale Violet Red. HEX triplet: E6, 62 and 94. RGB value is (230,98,148). Sum of RGB (Red+Green+Blue) = 230+98+148=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E66294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66294 is #199D6B. Grayscale: #8F8F8F. Windows color (decimal): -1678700 or 9724646. OLE color: 9724646.

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

Color convert

RGB23098148-
CMYK00.570.360.10
HSL337.27º72.53%64.31%-
HSV(B)337.27º57.39%90.2%-
XYZ42.3527.731.13-
YUV143.17130.73189.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=48.32%
G=20.59%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309814800.570.360.10337.2772.5364.31
HexE6629403924A1514940
Octal3461422240714412521111100
Binary111001101100010100101000111001100100101010101000110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66294; }

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

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

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

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

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

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

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

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