#EE6D7B

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

Shades of Froly #EE6D7B

Tints of Froly #EE6D7B

Color information

#EE6D7B (or 0xEE6D7B) is unknown color: approx Froly. HEX triplet: EE, 6D and 7B. RGB value is (238,109,123). Sum of RGB (Red+Green+Blue) = 238+109+123=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D7B is #119284. Grayscale: #959595. Windows color (decimal): -1151621 or 8089070. OLE color: 8089070.

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

Color convert

RGB238109123-
CMYK00.540.480.07
HSL353.49º79.14%68.04%-
HSV(B)353.49º54.2%93.33%-
XYZ44.330.5422.3-
YUV149.17113.24191.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.64%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=50.64%
G=23.19%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810912300.540.480.07353.4979.1468.04
HexEE6D7B0363071614f44
Octal356155173066607541117104
Binary1110111011011011111011011011011000011110110000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6D7B; }

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

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

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

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

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

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

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

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