Html Css Color HEX #EC697F Froly

📋 copy color: '#EC697F'

red 236 ◦ green 105 ◦ blue 127

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

Shades of Froly #EC697F

Tints of Froly #EC697F

RGB

 RED value IS 236 (92.58% from 255) = 50.43%

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

 BLUE value IS 127 (50% from 255) = 27.14%

R = 50.43%
G = 22.44%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC697F (or 0xEC697F) is known color: Froly. HEX triplet: EC, 69 and 7F. RGB value is (236,105,127). Sum of RGB (Red+Green+Blue) = 236+105+127=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697F is #139680. Grayscale: #929292. Windows color (decimal): -1283713 or 8350188. OLE color: 8350188.

HSL color Cylindrical-coordinate representation of color #EC697F: hue angle of 349.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC697F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 127 -
CMYK 0 0.56 0.46 0.07
HSL 349.92º 0.78% 0.67% -
HSV(B) 349.92º 0.56% 0.93% -
XYZ 43.47 29.47 23.48 -
YUV 146.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 236 105 127 0 0.56 0.46 0.07 349.92 0.78 0.67
Hex EC 69 7F 0 38 2E 7 15E 4E 43
Octal 354 151 177 0 70 56 7 536 116 103
Binary 11101100 1101001 1111111 0 111000 101110 111 101011110 1001110 1000011

Color Harmonies of #EC697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC697F

Black with #EC697F

Text Example


Text Example

White with #EC697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC697F; }

 p { color: rgb(236,105,127); }

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

background-color css

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

 a { background-color: rgb(236,105,127); }

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

border-color css

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

 span { border-color: rgb(236,105,127); }

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