#EE697B

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

Shades of Froly #EE697B

Tints of Froly #EE697B

Color information

#EE697B (or 0xEE697B) is unknown color: approx Froly. HEX triplet: EE, 69 and 7B. RGB value is (238,105,123). Sum of RGB (Red+Green+Blue) = 238+105+123=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE697B is #119684. Grayscale: #929292. Windows color (decimal): -1152645 or 8088046. OLE color: 8088046.

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

Color convert

RGB238105123-
CMYK00.560.480.07
HSL351.88º79.64%67.25%-
HSV(B)351.88º55.88%93.33%-
XYZ43.8929.7122.16-
YUV146.82114.56193.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.07%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=51.07%
G=22.53%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810512300.560.480.07351.8879.6467.25
HexEE697B0383071605043
Octal356151173070607540120103
Binary1110111011010011111011011100011000011110110000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE697B; }

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

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

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

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

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

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

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

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