Html Css Color HEX #EF6460 Bittersweet

📋 copy color: '#EF6460'

red 239 ◦ green 100 ◦ blue 96

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

Shades of Bittersweet #EF6460

Tints of Bittersweet #EF6460

RGB

 RED value IS 239 (93.75% from 255) = 54.94%

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

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

R = 54.94%
G = 22.99%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF6460 (or 0xEF6460) is known color: Bittersweet. HEX triplet: EF, 64 and 60. RGB value is (239,100,96). Sum of RGB (Red+Green+Blue) = 239+100+96=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6460 is #109B9F. Grayscale: #8D8D8D. Windows color (decimal): -1088416 or 6317295. OLE color: 6317295.

HSL color Cylindrical-coordinate representation of color #EF6460: hue angle of 1.68º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6460 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 96 -
CMYK 0 0.58 0.60 0.06
HSL 1.68º 0.82% 0.66% -
HSV(B) 1.68º 0.6% 0.94% -
XYZ 42.27 28.31 14.3 -
YUV 141.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 239 100 96 0 0.58 0.60 0.06 1.68 0.82 0.66
Hex EF 64 60 0 3A 3C 6 2 52 42
Octal 357 144 140 0 72 74 6 2 122 102
Binary 11101111 1100100 1100000 0 111010 111100 110 10 1010010 1000010

Color Harmonies of #EF6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6460

Black with #EF6460

Text Example


Text Example

White with #EF6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6460; }

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

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

background-color css

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

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

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

border-color css

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

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

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