#E0697A

Color #E0697A Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E0697A

Tints of Froly #E0697A

Color information

#E0697A (or 0xE0697A) is unknown color: approx Froly. HEX triplet: E0, 69 and 7A. RGB value is (224,105,122). Sum of RGB (Red+Green+Blue) = 224+105+122=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0697A is #1F9685. Grayscale: #8E8E8E. Windows color (decimal): -2070150 or 8022496. OLE color: 8022496.

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

Color convert

RGB224105122-
CMYK00.530.460.12
HSL351.43º65.75%64.51%-
HSV(B)351.43º53.12%87.84%-
XYZ39.327.3621.62-
YUV142.52116.42186.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=49.67%
G=23.28%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410512200.530.460.12351.4365.7564.51
HexE0697A0352EC15f4241
Octal3401511720655614537102101
Binary11100000110100111110100110101101110110010101111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0697A; }

 p { color: rgb(224,105,122); }

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

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

 a { background-color: rgb(224,105,122); }

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

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

 span { border-color: rgb(224,105,122); }

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