Html Css Color HEX #EC697D Froly

📋 copy color: '#EC697D'

red 236 ◦ green 105 ◦ blue 125

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

Shades of Froly #EC697D

Tints of Froly #EC697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 50.64%
G = 22.53%
B = 26.82%

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

#EC697D (or 0xEC697D) is known color: Froly. HEX triplet: EC, 69 and 7D. RGB value is (236,105,125). Sum of RGB (Red+Green+Blue) = 236+105+125=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697D is #139682. Grayscale: #929292. Windows color (decimal): -1283715 or 8219116. OLE color: 8219116.

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

Color convert

RGB 236 105 125 -
CMYK 0 0.56 0.47 0.07
HSL 350.84º 0.78% 0.67% -
HSV(B) 350.84º 0.56% 0.93% -
XYZ 43.35 29.42 22.8 -
YUV 146.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 236 105 125 0 0.56 0.47 0.07 350.84 0.78 0.67
Hex EC 69 7D 0 38 2F 7 15F 4E 43
Octal 354 151 175 0 70 57 7 537 116 103
Binary 11101100 1101001 1111101 0 111000 101111 111 101011111 1001110 1000011

Color Harmonies of #EC697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC697D

Black with #EC697D

Text Example


Text Example

White with #EC697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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