Html Css Color HEX #EE6460 Bittersweet

📋 copy color: '#EE6460'

red 238 ◦ green 100 ◦ blue 96

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

Shades of Bittersweet #EE6460

Tints of Bittersweet #EE6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 54.84%
G = 23.04%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE6460 (or 0xEE6460) is known color: Bittersweet. HEX triplet: EE, 64 and 60. RGB value is (238,100,96). Sum of RGB (Red+Green+Blue) = 238+100+96=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6460 is #119B9F. Grayscale: #8C8C8C. Windows color (decimal): -1153952 or 6317294. OLE color: 6317294.

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

Color convert

RGB 238 100 96 -
CMYK 0 0.58 0.60 0.07
HSL 1.69º 0.81% 0.65% -
HSV(B) 1.69º 0.6% 0.93% -
XYZ 41.93 28.14 14.29 -
YUV 140.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 238 100 96 0 0.58 0.60 0.07 1.69 0.81 0.65
Hex EE 64 60 0 3A 3C 7 2 51 41
Octal 356 144 140 0 72 74 7 2 121 101
Binary 11101110 1100100 1100000 0 111010 111100 111 10 1010001 1000001

Color Harmonies of #EE6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6460

Black with #EE6460

Text Example


Text Example

White with #EE6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6460; }

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

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

background-color css

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

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

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

border-color css

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

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

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