#EE6C70

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

Shades of Froly #EE6C70

Tints of Froly #EE6C70

Color information

#EE6C70 (or 0xEE6C70) is unknown color: approx Froly. HEX triplet: EE, 6C and 70. RGB value is (238,108,112). Sum of RGB (Red+Green+Blue) = 238+108+112=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6C70 is #11938F. Grayscale: #939393. Windows color (decimal): -1151888 or 7367918. OLE color: 7367918.

HSL color Cylindrical-coordinate representation of color #EE6C70: hue angle of 358.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6C70 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238108112-
CMYK00.550.530.07
HSL358.15º79.27%67.84%-
HSV(B)358.15º54.62%93.33%-
XYZ43.5530.0718.84-
YUV147.33108.07192.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.97%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 112 (44.14% from 255) = 24.45%
R=51.97%
G=23.58%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810811200.550.530.07358.1579.2767.84
HexEE6C700373571664f44
Octal356154160067657546117104
Binary1110111011011001110000011011111010111110110011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6C70; }

 p { color: rgb(238,108,112); }

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

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

 a { background-color: rgb(238,108,112); }

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

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

 span { border-color: rgb(238,108,112); }

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