Html Css Color HEX #EC696C Froly

📋 copy color: '#EC696C'

red 236 ◦ green 105 ◦ blue 108

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

Shades of Froly #EC696C

Tints of Froly #EC696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.05%

R = 52.56%
G = 23.39%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC696C (or 0xEC696C) is known color: Froly. HEX triplet: EC, 69 and 6C. RGB value is (236,105,108). Sum of RGB (Red+Green+Blue) = 236+105+108=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696C is #139693. Grayscale: #909090. Windows color (decimal): -1283732 or 7105004. OLE color: 7105004.

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

Color convert

RGB 236 105 108 -
CMYK 0 0.56 0.54 0.07
HSL 358.63º 0.78% 0.67% -
HSV(B) 358.63º 0.56% 0.93% -
XYZ 42.35 29.02 17.56 -
YUV 144.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 236 105 108 0 0.56 0.54 0.07 358.63 0.78 0.67
Hex EC 69 6C 0 38 36 7 167 4E 43
Octal 354 151 154 0 70 66 7 547 116 103
Binary 11101100 1101001 1101100 0 111000 110110 111 101100111 1001110 1000011

Color Harmonies of #EC696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC696C

Black with #EC696C

Text Example


Text Example

White with #EC696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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