Html Css Color HEX #EE777C Froly

📋 copy color: '#EE777C'

red 238 ◦ green 119 ◦ blue 124

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

Shades of Froly #EE777C

Tints of Froly #EE777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 49.48%
G = 24.74%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE777C (or 0xEE777C) is known color: Froly. HEX triplet: EE, 77 and 7C. RGB value is (238,119,124). Sum of RGB (Red+Green+Blue) = 238+119+124=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE777C is #118883. Grayscale: #9B9B9B. Windows color (decimal): -1149060 or 8157166. OLE color: 8157166.

HSL color Cylindrical-coordinate representation of color #EE777C: hue angle of 357.48º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE777C is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 119 124 -
CMYK 0 0.50 0.48 0.07
HSL 357.48º 0.78% 0.7% -
HSV(B) 357.48º 0.5% 0.93% -
XYZ 45.49 32.83 23.01 -
YUV 155.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 238 119 124 0 0.50 0.48 0.07 357.48 0.78 0.7
Hex EE 77 7C 0 32 30 7 165 4E 46
Octal 356 167 174 0 62 60 7 545 116 106
Binary 11101110 1110111 1111100 0 110010 110000 111 101100101 1001110 1000110

Color Harmonies of #EE777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE777C

Black with #EE777C

Text Example


Text Example

White with #EE777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE777C; }

 p { color: rgb(238,119,124); }

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

background-color css

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

 a { background-color: rgb(238,119,124); }

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

border-color css

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

 span { border-color: rgb(238,119,124); }

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