#EE6A6F

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

Shades of Froly #EE6A6F

Tints of Froly #EE6A6F

Color information

#EE6A6F (or 0xEE6A6F) is unknown color: approx Froly. HEX triplet: EE, 6A and 6F. RGB value is (238,106,111). Sum of RGB (Red+Green+Blue) = 238+106+111=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A6F is #119590. Grayscale: #929292. Windows color (decimal): -1152401 or 7301870. OLE color: 7301870.

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

Color convert

RGB238106111-
CMYK00.550.530.07
HSL357.73º79.52%67.45%-
HSV(B)357.73º55.46%93.33%-
XYZ43.2829.6318.48-
YUV146.04108.23193.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.31%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=52.31%
G=23.30%
B=24.40%

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
Decimal23810611100.550.530.07357.7379.5267.45
HexEE6A6F0373571665043
Octal356152157067657546120103
Binary1110111011010101101111011011111010111110110011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6A6F; }

 p { color: rgb(238,106,111); }

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

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

 a { background-color: rgb(238,106,111); }

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

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

 span { border-color: rgb(238,106,111); }

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