#E06F98

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

Shades of Pale Violet Red #E06F98

Tints of Pale Violet Red #E06F98

Color information

#E06F98 (or 0xE06F98) is unknown color: approx Pale Violet Red. HEX triplet: E0, 6F and 98. RGB value is (224,111,152). Sum of RGB (Red+Green+Blue) = 224+111+152=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F98 is #1F9067. Grayscale: #959595. Windows color (decimal): -2068584 or 9990112. OLE color: 9990112.

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

Color convert

RGB224111152-
CMYK00.500.320.12
HSL338.23º64.57%65.69%-
HSV(B)338.23º50.45%87.84%-
XYZ42.0929.4833.18-
YUV149.46129.44181.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=46.00%
G=22.79%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411115200.500.320.12338.2364.5765.69
HexE06F9803220C1524142
Octal3401572300624014522101102
Binary111000001101111100110000110010100000110010101001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F98; }

 p { color: rgb(224,111,152); }

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

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

 a { background-color: rgb(224,111,152); }

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

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

 span { border-color: rgb(224,111,152); }

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