Html Css Color HEX #EF697C Froly

📋 copy color: '#EF697C'

red 239 ◦ green 105 ◦ blue 124

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

Shades of Froly #EF697C

Tints of Froly #EF697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 51.07%
G = 22.44%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF697C (or 0xEF697C) is known color: Froly. HEX triplet: EF, 69 and 7C. RGB value is (239,105,124). Sum of RGB (Red+Green+Blue) = 239+105+124=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697C is #109683. Grayscale: #939393. Windows color (decimal): -1087108 or 8153583. OLE color: 8153583.

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

Color convert

RGB 239 105 124 -
CMYK 0 0.56 0.48 0.06
HSL 351.49º 0.81% 0.67% -
HSV(B) 351.49º 0.56% 0.94% -
XYZ 44.29 29.91 22.51 -
YUV 147.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 239 105 124 0 0.56 0.48 0.06 351.49 0.81 0.67
Hex EF 69 7C 0 38 30 6 15F 51 43
Octal 357 151 174 0 70 60 6 537 121 103
Binary 11101111 1101001 1111100 0 111000 110000 110 101011111 1010001 1000011

Color Harmonies of #EF697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF697C

Black with #EF697C

Text Example


Text Example

White with #EF697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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