#EE6D7E

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

Shades of Froly #EE6D7E

Tints of Froly #EE6D7E

Color information

#EE6D7E (or 0xEE6D7E) is unknown color: approx Froly. HEX triplet: EE, 6D and 7E. RGB value is (238,109,126). Sum of RGB (Red+Green+Blue) = 238+109+126=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D7E is #119281. Grayscale: #959595. Windows color (decimal): -1151618 or 8285678. OLE color: 8285678.

HSL color Cylindrical-coordinate representation of color #EE6D7E: hue angle of 352.09º 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 #EE6D7E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238109126-
CMYK00.540.470.07
HSL352.09º79.14%68.04%-
HSV(B)352.09º54.2%93.33%-
XYZ44.4930.6223.3-
YUV149.51114.74191.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.32%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=50.32%
G=23.04%
B=26.64%

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
Decimal23810912600.540.470.07352.0979.1468.04
HexEE6D7E0362F71604f44
Octal356155176066577540117104
Binary1110111011011011111110011011010111111110110000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6D7E; }

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

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

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

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

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

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

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

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