#EE6D7F

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

Shades of Froly #EE6D7F

Tints of Froly #EE6D7F

Color information

#EE6D7F (or 0xEE6D7F) is unknown color: approx Froly. HEX triplet: EE, 6D and 7F. RGB value is (238,109,127). Sum of RGB (Red+Green+Blue) = 238+109+127=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D7F is #119280. Grayscale: #959595. Windows color (decimal): -1151617 or 8351214. OLE color: 8351214.

HSL color Cylindrical-coordinate representation of color #EE6D7F: hue angle of 351.63º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6D7F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238109127-
CMYK00.540.470.07
HSL351.63º79.14%68.04%-
HSV(B)351.63º54.2%93.33%-
XYZ44.5630.6523.65-
YUV149.62115.24191.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.21%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 127 (50% from 255) = 26.79%
R=50.21%
G=23.00%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810912700.540.470.07351.6379.1468.04
HexEE6D7F0362F71604f44
Octal356155177066577540117104
Binary1110111011011011111111011011010111111110110000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6D7F; }

 p { color: rgb(238,109,127); }

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

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

 a { background-color: rgb(238,109,127); }

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

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

 span { border-color: rgb(238,109,127); }

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