#EE7278

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

Shades of Froly #EE7278

Tints of Froly #EE7278

Color information

#EE7278 (or 0xEE7278) is unknown color: approx Froly. HEX triplet: EE, 72 and 78. RGB value is (238,114,120). Sum of RGB (Red+Green+Blue) = 238+114+120=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7278 is #118D87. Grayscale: #979797. Windows color (decimal): -1150344 or 7893742. OLE color: 7893742.

HSL color Cylindrical-coordinate representation of color #EE7278: hue angle of 357.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7278 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238114120-
CMYK00.520.500.07
HSL357.1º78.48%69.02%-
HSV(B)357.1º52.1%93.33%-
XYZ44.6731.5721.51-
YUV151.76110.08189.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.42%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=50.42%
G=24.15%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811412000.520.500.07357.178.4869.02
HexEE72780343271654e45
Octal356162170064627545116105
Binary1110111011100101111000011010011001011110110010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7278; }

 p { color: rgb(238,114,120); }

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

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

 a { background-color: rgb(238,114,120); }

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

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

 span { border-color: rgb(238,114,120); }

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