Html Css Color HEX #EE5960 Froly

📋 copy color: '#EE5960'

red 238 ◦ green 89 ◦ blue 96

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

Shades of Froly #EE5960

Tints of Froly #EE5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 56.26%
G = 21.04%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE5960 (or 0xEE5960) is known color: Froly. HEX triplet: EE, 59 and 60. RGB value is (238,89,96). Sum of RGB (Red+Green+Blue) = 238+89+96=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5960 is #11A69F. Grayscale: #868686. Windows color (decimal): -1156768 or 6314478. OLE color: 6314478.

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

Color convert

RGB 238 89 96 -
CMYK 0 0.63 0.60 0.07
HSL 357.18º 0.81% 0.64% -
HSV(B) 357.18º 0.63% 0.93% -
XYZ 40.94 26.17 13.96 -
YUV 134.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 238 89 96 0 0.63 0.60 0.07 357.18 0.81 0.64
Hex EE 59 60 0 3F 3C 7 165 51 40
Octal 356 131 140 0 77 74 7 545 121 100
Binary 11101110 1011001 1100000 0 111111 111100 111 101100101 1010001 1000000

Color Harmonies of #EE5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5960

Black with #EE5960

Text Example


Text Example

White with #EE5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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