#EE7A7B

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

Shades of Froly #EE7A7B

Tints of Froly #EE7A7B

Color information

#EE7A7B (or 0xEE7A7B) is unknown color: approx Froly. HEX triplet: EE, 7A and 7B. RGB value is (238,122,123). Sum of RGB (Red+Green+Blue) = 238+122+123=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7A7B is #118584. Grayscale: #9C9C9C. Windows color (decimal): -1148293 or 8092398. OLE color: 8092398.

HSL color Cylindrical-coordinate representation of color #EE7A7B: hue angle of 359.48º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE7A7B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB238122123-
CMYK00.490.480.07
HSL359.48º77.33%70.59%-
HSV(B)359.48º48.74%93.33%-
XYZ45.7933.5322.8-
YUV156.8108.93185.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.28%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=49.28%
G=25.26%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812212300.490.480.07359.4877.3370.59
HexEE7A7B0313071674d47
Octal356172173061607547115107
Binary1110111011110101111011011000111000011110110011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7A7B; }

 p { color: rgb(238,122,123); }

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

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

 a { background-color: rgb(238,122,123); }

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

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

 span { border-color: rgb(238,122,123); }

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