Html Css Color HEX #EF616C Froly

📋 copy color: '#EF616C'

red 239 ◦ green 97 ◦ blue 108

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

Shades of Froly #EF616C

Tints of Froly #EF616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 53.83%
G = 21.85%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF616C (or 0xEF616C) is known color: Froly. HEX triplet: EF, 61 and 6C. RGB value is (239,97,108). Sum of RGB (Red+Green+Blue) = 239+97+108=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF616C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF616C is #109E93. Grayscale: #8C8C8C. Windows color (decimal): -1089172 or 7102959. OLE color: 7102959.

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

Color convert

RGB 239 97 108 -
CMYK 0 0.59 0.55 0.06
HSL 355.35º 0.82% 0.66% -
HSV(B) 355.35º 0.59% 0.94% -
XYZ 42.58 27.98 17.34 -
YUV 140.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 239 97 108 0 0.59 0.55 0.06 355.35 0.82 0.66
Hex EF 61 6C 0 3B 37 6 163 52 42
Octal 357 141 154 0 73 67 6 543 122 102
Binary 11101111 1100001 1101100 0 111011 110111 110 101100011 1010010 1000010

Color Harmonies of #EF616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF616C

Black with #EF616C

Text Example


Text Example

White with #EF616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF616C; }

 p { color: rgb(239,97,108); }

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

background-color css

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

 a { background-color: rgb(239,97,108); }

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

border-color css

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

 span { border-color: rgb(239,97,108); }

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