#EE6774

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

Shades of Froly #EE6774

Tints of Froly #EE6774

Color information

#EE6774 (or 0xEE6774) is unknown color: approx Froly. HEX triplet: EE, 67 and 74. RGB value is (238,103,116). Sum of RGB (Red+Green+Blue) = 238+103+116=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6774 is #11988B. Grayscale: #909090. Windows color (decimal): -1153164 or 7628782. OLE color: 7628782.

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

Color convert

RGB238103116-
CMYK00.570.510.07
HSL354.22º79.88%66.86%-
HSV(B)354.22º56.72%93.33%-
XYZ43.2629.1419.87-
YUV144.85111.73194.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 103 (40.62% from 255) = 22.54%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=52.08%
G=22.54%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810311600.570.510.07354.2279.8866.86
HexEE67740393371625043
Octal356147164071637542120103
Binary1110111011001111110100011100111001111110110001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6774; }

 p { color: rgb(238,103,116); }

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

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

 a { background-color: rgb(238,103,116); }

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

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

 span { border-color: rgb(238,103,116); }

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