Html Css Color HEX #EF5F5E Bittersweet

📋 copy color: '#EF5F5E'

red 239 ◦ green 95 ◦ blue 94

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

Shades of Bittersweet #EF5F5E

Tints of Bittersweet #EF5F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.2%

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 55.84%
G = 22.2%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF5F5E (or 0xEF5F5E) is known color: Bittersweet. HEX triplet: EF, 5F and 5E. RGB value is (239,95,94). Sum of RGB (Red+Green+Blue) = 239+95+94=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5F5E is #10A0A1. Grayscale: #8A8A8A. Windows color (decimal): -1089698 or 6184943. OLE color: 6184943.

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

Color convert

RGB 239 95 94 -
CMYK 0 0.60 0.61 0.06
HSL 0.41º 0.82% 0.65% -
HSV(B) 0.41º 0.61% 0.94% -
XYZ 41.71 27.34 13.67 -
YUV 137.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 239 95 94 0 0.60 0.61 0.06 0.41 0.82 0.65
Hex EF 5F 5E 0 3C 3D 6 0 52 41
Octal 357 137 136 0 74 75 6 0 122 101
Binary 11101111 1011111 1011110 0 111100 111101 110 0 1010010 1000001

Color Harmonies of #EF5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F5E

Black with #EF5F5E

Text Example


Text Example

White with #EF5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F5E; }

 p { color: rgb(239,95,94); }

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

background-color css

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

 a { background-color: rgb(239,95,94); }

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

border-color css

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

 span { border-color: rgb(239,95,94); }

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