Html Css Color HEX #EF616B Froly

📋 copy color: '#EF616B'

red 239 ◦ green 97 ◦ blue 107

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

Shades of Froly #EF616B

Tints of Froly #EF616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 53.95%
G = 21.9%
B = 24.15%

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

#EF616B (or 0xEF616B) is known color: Froly. HEX triplet: EF, 61 and 6B. RGB value is (239,97,107). Sum of RGB (Red+Green+Blue) = 239+97+107=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF616B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF616B is #109E94. Grayscale: #8C8C8C. Windows color (decimal): -1089173 or 7037423. OLE color: 7037423.

HSL color Cylindrical-coordinate representation of color #EF616B: hue angle of 355.77º 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 #EF616B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 107 -
CMYK 0 0.59 0.55 0.06
HSL 355.77º 0.82% 0.66% -
HSV(B) 355.77º 0.59% 0.94% -
XYZ 42.53 27.96 17.07 -
YUV 140.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 239 97 107 0 0.59 0.55 0.06 355.77 0.82 0.66
Hex EF 61 6B 0 3B 37 6 164 52 42
Octal 357 141 153 0 73 67 6 544 122 102
Binary 11101111 1100001 1101011 0 111011 110111 110 101100100 1010010 1000010

Color Harmonies of #EF616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF616B

Black with #EF616B

Text Example


Text Example

White with #EF616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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