#EE6672

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

Shades of Froly #EE6672

Tints of Froly #EE6672

Color information

#EE6672 (or 0xEE6672) is unknown color: approx Froly. HEX triplet: EE, 66 and 72. RGB value is (238,102,114). Sum of RGB (Red+Green+Blue) = 238+102+114=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6672 is #11998D. Grayscale: #909090. Windows color (decimal): -1153422 or 7497454. OLE color: 7497454.

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

Color convert

RGB238102114-
CMYK00.570.520.07
HSL354.71º80%66.67%-
HSV(B)354.71º57.14%93.33%-
XYZ43.0528.8919.23-
YUV144.03111.06195.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.42%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=52.42%
G=22.47%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810211400.570.520.07354.718066.67
HexEE66720393471635043
Octal356146162071647543120103
Binary1110111011001101110010011100111010011110110001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6672; }

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

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

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

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

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

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

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

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