Html Css Color HEX #EC697E Froly

📋 copy color: '#EC697E'

red 236 ◦ green 105 ◦ blue 126

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

Shades of Froly #EC697E

Tints of Froly #EC697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 50.54%
G = 22.48%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC697E (or 0xEC697E) is known color: Froly. HEX triplet: EC, 69 and 7E. RGB value is (236,105,126). Sum of RGB (Red+Green+Blue) = 236+105+126=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697E is #139681. Grayscale: #929292. Windows color (decimal): -1283714 or 8284652. OLE color: 8284652.

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

Color convert

RGB 236 105 126 -
CMYK 0 0.56 0.47 0.07
HSL 350.38º 0.78% 0.67% -
HSV(B) 350.38º 0.56% 0.93% -
XYZ 43.41 29.44 23.13 -
YUV 146.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 236 105 126 0 0.56 0.47 0.07 350.38 0.78 0.67
Hex EC 69 7E 0 38 2F 7 15E 4E 43
Octal 354 151 176 0 70 57 7 536 116 103
Binary 11101100 1101001 1111110 0 111000 101111 111 101011110 1001110 1000011

Color Harmonies of #EC697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC697E

Black with #EC697E

Text Example


Text Example

White with #EC697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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