Html Css Color HEX #EF697D Froly

📋 copy color: '#EF697D'

red 239 ◦ green 105 ◦ blue 125

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

Shades of Froly #EF697D

Tints of Froly #EF697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 50.96%
G = 22.39%
B = 26.65%

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

#EF697D (or 0xEF697D) is known color: Froly. HEX triplet: EF, 69 and 7D. RGB value is (239,105,125). Sum of RGB (Red+Green+Blue) = 239+105+125=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697D is #109682. Grayscale: #939393. Windows color (decimal): -1087107 or 8219119. OLE color: 8219119.

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

Color convert

RGB 239 105 125 -
CMYK 0 0.56 0.48 0.06
HSL 351.04º 0.81% 0.67% -
HSV(B) 351.04º 0.56% 0.94% -
XYZ 44.35 29.93 22.84 -
YUV 147.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 239 105 125 0 0.56 0.48 0.06 351.04 0.81 0.67
Hex EF 69 7D 0 38 30 6 15F 51 43
Octal 357 151 175 0 70 60 6 537 121 103
Binary 11101111 1101001 1111101 0 111000 110000 110 101011111 1010001 1000011

Color Harmonies of #EF697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF697D

Black with #EF697D

Text Example


Text Example

White with #EF697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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