Html Css Color HEX #EF696F Froly

📋 copy color: '#EF696F'

red 239 ◦ green 105 ◦ blue 111

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

Shades of Froly #EF696F

Tints of Froly #EF696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

 BLUE value IS 111 (43.75% from 255) = 24.4%

R = 52.53%
G = 23.08%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF696F (or 0xEF696F) is known color: Froly. HEX triplet: EF, 69 and 6F. RGB value is (239,105,111). Sum of RGB (Red+Green+Blue) = 239+105+111=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF696F is #109690. Grayscale: #919191. Windows color (decimal): -1087121 or 7301615. OLE color: 7301615.

HSL color Cylindrical-coordinate representation of color #EF696F: hue angle of 357.31º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF696F is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 111 -
CMYK 0 0.56 0.54 0.06
HSL 357.31º 0.81% 0.67% -
HSV(B) 357.31º 0.56% 0.94% -
XYZ 43.52 29.6 18.46 -
YUV 145.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 239 105 111 0 0.56 0.54 0.06 357.31 0.81 0.67
Hex EF 69 6F 0 38 36 6 165 51 43
Octal 357 151 157 0 70 66 6 545 121 103
Binary 11101111 1101001 1101111 0 111000 110110 110 101100101 1010001 1000011

Color Harmonies of #EF696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF696F

Black with #EF696F

Text Example


Text Example

White with #EF696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF696F; }

 p { color: rgb(239,105,111); }

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

background-color css

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

 a { background-color: rgb(239,105,111); }

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

border-color css

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

 span { border-color: rgb(239,105,111); }

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