Html Css Color HEX #EC696F Froly

📋 copy color: '#EC696F'

red 236 ◦ green 105 ◦ blue 111

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

Shades of Froly #EC696F

Tints of Froly #EC696F

RGB

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

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

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

R = 52.21%
G = 23.23%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC696F (or 0xEC696F) is known color: Froly. HEX triplet: EC, 69 and 6F. RGB value is (236,105,111). Sum of RGB (Red+Green+Blue) = 236+105+111=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696F is #139690. Grayscale: #909090. Windows color (decimal): -1283729 or 7301612. OLE color: 7301612.

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

Color convert

RGB 236 105 111 -
CMYK 0 0.56 0.53 0.07
HSL 357.25º 0.78% 0.67% -
HSV(B) 357.25º 0.56% 0.93% -
XYZ 42.51 29.08 18.41 -
YUV 144.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 236 105 111 0 0.56 0.53 0.07 357.25 0.78 0.67
Hex EC 69 6F 0 38 35 7 165 4E 43
Octal 354 151 157 0 70 65 7 545 116 103
Binary 11101100 1101001 1101111 0 111000 110101 111 101100101 1001110 1000011

Color Harmonies of #EC696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC696F

Black with #EC696F

Text Example


Text Example

White with #EC696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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