Html Css Color HEX #EF595C Froly

📋 copy color: '#EF595C'

red 239 ◦ green 89 ◦ blue 92

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

Shades of Froly #EF595C

Tints of Froly #EF595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 56.9%
G = 21.19%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF595C (or 0xEF595C) is known color: Froly. HEX triplet: EF, 59 and 5C. RGB value is (239,89,92). Sum of RGB (Red+Green+Blue) = 239+89+92=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF595C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF595C is #10A6A3. Grayscale: #868686. Windows color (decimal): -1091236 or 6052335. OLE color: 6052335.

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

Color convert

RGB 239 89 92 -
CMYK 0 0.63 0.62 0.06
HSL 358.8º 0.82% 0.64% -
HSV(B) 358.8º 0.63% 0.94% -
XYZ 41.1 26.27 13.03 -
YUV 134.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 239 89 92 0 0.63 0.62 0.06 358.8 0.82 0.64
Hex EF 59 5C 0 3F 3E 6 167 52 40
Octal 357 131 134 0 77 76 6 547 122 100
Binary 11101111 1011001 1011100 0 111111 111110 110 101100111 1010010 1000000

Color Harmonies of #EF595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF595C

Black with #EF595C

Text Example


Text Example

White with #EF595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF595C; }

 p { color: rgb(239,89,92); }

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

background-color css

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

 a { background-color: rgb(239,89,92); }

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

border-color css

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

 span { border-color: rgb(239,89,92); }

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