Html Css Color HEX #EC696E Froly

📋 copy color: '#EC696E'

red 236 ◦ green 105 ◦ blue 110

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

Shades of Froly #EC696E

Tints of Froly #EC696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 52.33%
G = 23.28%
B = 24.39%

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

#EC696E (or 0xEC696E) is known color: Froly. HEX triplet: EC, 69 and 6E. RGB value is (236,105,110). Sum of RGB (Red+Green+Blue) = 236+105+110=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC696E is #139691. Grayscale: #909090. Windows color (decimal): -1283730 or 7236076. OLE color: 7236076.

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

Color convert

RGB 236 105 110 -
CMYK 0 0.56 0.53 0.07
HSL 357.71º 0.78% 0.67% -
HSV(B) 357.71º 0.56% 0.93% -
XYZ 42.46 29.06 18.12 -
YUV 144.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 236 105 110 0 0.56 0.53 0.07 357.71 0.78 0.67
Hex EC 69 6E 0 38 35 7 166 4E 43
Octal 354 151 156 0 70 65 7 546 116 103
Binary 11101100 1101001 1101110 0 111000 110101 111 101100110 1001110 1000011

Color Harmonies of #EC696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC696E

Black with #EC696E

Text Example


Text Example

White with #EC696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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