#EE6570

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

Shades of Froly #EE6570

Tints of Froly #EE6570

Color information

#EE6570 (or 0xEE6570) is unknown color: approx Froly. HEX triplet: EE, 65 and 70. RGB value is (238,101,112). Sum of RGB (Red+Green+Blue) = 238+101+112=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6570 is #119A8F. Grayscale: #8F8F8F. Windows color (decimal): -1153680 or 7366126. OLE color: 7366126.

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

Color convert

RGB238101112-
CMYK00.580.530.07
HSL355.18º80.12%66.47%-
HSV(B)355.18º57.56%93.33%-
XYZ42.8428.6518.6-
YUV143.22110.39195.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.77%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=52.77%
G=22.39%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810111200.580.530.07355.1880.1266.47
HexEE657003A3571635042
Octal356145160072657543120102
Binary1110111011001011110000011101011010111110110001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6570; }

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

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

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

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

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

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

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

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