#E06975

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

Shades of Froly #E06975

Tints of Froly #E06975

Color information

#E06975 (or 0xE06975) is unknown color: approx Froly. HEX triplet: E0, 69 and 75. RGB value is (224,105,117). Sum of RGB (Red+Green+Blue) = 224+105+117=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E06975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06975 is #1F968A. Grayscale: #8E8E8E. Windows color (decimal): -2070155 or 7694816. OLE color: 7694816.

HSL color Cylindrical-coordinate representation of color #E06975: hue angle of 353.95º 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 #E06975 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224105117-
CMYK00.530.480.12
HSL353.95º65.75%64.51%-
HSV(B)353.95º53.12%87.84%-
XYZ3927.2320.03-
YUV141.95113.92186.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.22%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=50.22%
G=23.54%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410511700.530.480.12353.9565.7564.51
HexE0697503530C1624241
Octal3401511650656014542102101
Binary11100000110100111101010110101110000110010110001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06975; }

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

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

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

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

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

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

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

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