Html Css Color HEX #EE6160 Bittersweet

📋 copy color: '#EE6160'

red 238 ◦ green 97 ◦ blue 96

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

Shades of Bittersweet #EE6160

Tints of Bittersweet #EE6160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 55.22%
G = 22.51%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE6160 (or 0xEE6160) is known color: Bittersweet. HEX triplet: EE, 61 and 60. RGB value is (238,97,96). Sum of RGB (Red+Green+Blue) = 238+97+96=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6160 is #119E9F. Grayscale: #8B8B8B. Windows color (decimal): -1154720 or 6316526. OLE color: 6316526.

HSL color Cylindrical-coordinate representation of color #EE6160: hue angle of 0.42º 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 #EE6160 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 97 96 -
CMYK 0 0.59 0.60 0.07
HSL 0.42º 0.81% 0.65% -
HSV(B) 0.42º 0.6% 0.93% -
XYZ 41.65 27.57 14.19 -
YUV 139.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 238 97 96 0 0.59 0.60 0.07 0.42 0.81 0.65
Hex EE 61 60 0 3B 3C 7 0 51 41
Octal 356 141 140 0 73 74 7 0 121 101
Binary 11101110 1100001 1100000 0 111011 111100 111 0 1010001 1000001

Color Harmonies of #EE6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6160

Black with #EE6160

Text Example


Text Example

White with #EE6160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6160; }

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

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

background-color css

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

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

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

border-color css

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

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

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