Html Css Color HEX #EF696B Froly

📋 copy color: '#EF696B'

red 239 ◦ green 105 ◦ blue 107

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

Shades of Froly #EF696B

Tints of Froly #EF696B

RGB

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

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

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

R = 52.99%
G = 23.28%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF696B (or 0xEF696B) is known color: Froly. HEX triplet: EF, 69 and 6B. RGB value is (239,105,107). Sum of RGB (Red+Green+Blue) = 239+105+107=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF696B is #109694. Grayscale: #919191. Windows color (decimal): -1087125 or 7039471. OLE color: 7039471.

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

Color convert

RGB 239 105 107 -
CMYK 0 0.56 0.55 0.06
HSL 359.1º 0.81% 0.67% -
HSV(B) 359.1º 0.56% 0.94% -
XYZ 43.3 29.52 17.32 -
YUV 145.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 239 105 107 0 0.56 0.55 0.06 359.1 0.81 0.67
Hex EF 69 6B 0 38 37 6 167 51 43
Octal 357 151 153 0 70 67 6 547 121 103
Binary 11101111 1101001 1101011 0 111000 110111 110 101100111 1010001 1000011

Color Harmonies of #EF696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF696B

Black with #EF696B

Text Example


Text Example

White with #EF696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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