Html Css Color HEX #EE7479 Froly

📋 copy color: '#EE7479'

red 238 ◦ green 116 ◦ blue 121

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

Shades of Froly #EE7479

Tints of Froly #EE7479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 50.11%
G = 24.42%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE7479 (or 0xEE7479) is known color: Froly. HEX triplet: EE, 74 and 79. RGB value is (238,116,121). Sum of RGB (Red+Green+Blue) = 238+116+121=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7479 is #118B86. Grayscale: #999999. Windows color (decimal): -1149831 or 7959790. OLE color: 7959790.

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

Color convert

RGB 238 116 121 -
CMYK 0 0.51 0.49 0.07
HSL 357.54º 0.78% 0.69% -
HSV(B) 357.54º 0.51% 0.93% -
XYZ 44.96 32.05 21.91 -
YUV 153.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 238 116 121 0 0.51 0.49 0.07 357.54 0.78 0.69
Hex EE 74 79 0 33 31 7 166 4E 45
Octal 356 164 171 0 63 61 7 546 116 105
Binary 11101110 1110100 1111001 0 110011 110001 111 101100110 1001110 1000101

Color Harmonies of #EE7479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7479

Black with #EE7479

Text Example


Text Example

White with #EE7479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7479; }

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

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

background-color css

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

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

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

border-color css

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

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

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