Html Css Color HEX #EE606F Froly

📋 copy color: '#EE606F'

red 238 ◦ green 96 ◦ blue 111

#EE606F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EE606F

Tints of Froly #EE606F

RGB

 RED value IS 238 (93.36% from 255) = 53.48%

 GREEN value IS 96 (37.89% from 255) = 21.57%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 53.48%
G = 21.57%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE606F (or 0xEE606F) is known color: Froly. HEX triplet: EE, 60 and 6F. RGB value is (238,96,111). Sum of RGB (Red+Green+Blue) = 238+96+111=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE606F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE606F is #119F90. Grayscale: #8C8C8C. Windows color (decimal): -1154961 or 7299310. OLE color: 7299310.

HSL color Cylindrical-coordinate representation of color #EE606F: hue angle of 353.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE606F is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 111 -
CMYK 0 0.60 0.53 0.07
HSL 353.66º 0.81% 0.65% -
HSV(B) 353.66º 0.6% 0.93% -
XYZ 42.31 27.69 18.15 -
YUV 140.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 238 96 111 0 0.60 0.53 0.07 353.66 0.81 0.65
Hex EE 60 6F 0 3C 35 7 162 51 41
Octal 356 140 157 0 74 65 7 542 121 101
Binary 11101110 1100000 1101111 0 111100 110101 111 101100010 1010001 1000001

Color Harmonies of #EE606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE606F

Black with #EE606F

Text Example


Text Example

White with #EE606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE606F; }

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

 H1.HeaderClassName
 {
   color: #EE606F;
 }
 .AnyTagClassName
 {
   color: #EE606F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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