#EE6F7E

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

Shades of Froly #EE6F7E

Tints of Froly #EE6F7E

Color information

#EE6F7E (or 0xEE6F7E) is unknown color: approx Froly. HEX triplet: EE, 6F and 7E. RGB value is (238,111,126). Sum of RGB (Red+Green+Blue) = 238+111+126=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F7E is #119081. Grayscale: #969696. Windows color (decimal): -1151106 or 8286190. OLE color: 8286190.

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

Color convert

RGB238111126-
CMYK00.530.470.07
HSL352.91º78.88%68.43%-
HSV(B)352.91º53.36%93.33%-
XYZ44.7131.0523.38-
YUV150.68114.08190.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.11%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=50.11%
G=23.37%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811112600.530.470.07352.9178.8868.43
HexEE6F7E0352F71614f44
Octal356157176065577541117104
Binary1110111011011111111110011010110111111110110000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6F7E; }

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

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

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

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

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

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

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

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