#EE6361

Color #EE6361 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #EE6361

Tints of Bittersweet #EE6361

Color information

#EE6361 (or 0xEE6361) is unknown color: approx Bittersweet. HEX triplet: EE, 63 and 61. RGB value is (238,99,97). Sum of RGB (Red+Green+Blue) = 238+99+97=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6361 is #119C9E. Grayscale: #8C8C8C. Windows color (decimal): -1154207 or 6382574. OLE color: 6382574.

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

Color convert

RGB2389997-
CMYK00.580.590.07
HSL0.85º80.57%65.69%-
HSV(B)0.85º59.24%93.33%-
XYZ41.8827.9614.5-
YUV140.33103.55197.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.84%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=54.84%
G=22.81%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238999700.580.590.070.8580.5765.69
HexEE636103A3B715142
Octal3561431410727371121102
Binary11101110110001111000010111010111011111110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6361; }

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

 H1.HeaderClassName
 {
   color: #EE6361;
 }
 .AnyTagClassName
 {
   color: #EE6361;
 }
</style>
background-color css

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

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

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

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

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

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