Html Css Color HEX #EC697B Froly

📋 copy color: '#EC697B'

red 236 ◦ green 105 ◦ blue 123

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

Shades of Froly #EC697B

Tints of Froly #EC697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 50.86%
G = 22.63%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC697B (or 0xEC697B) is known color: Froly. HEX triplet: EC, 69 and 7B. RGB value is (236,105,123). Sum of RGB (Red+Green+Blue) = 236+105+123=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697B is #139684. Grayscale: #929292. Windows color (decimal): -1283717 or 8088044. OLE color: 8088044.

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

Color convert

RGB 236 105 123 -
CMYK 0 0.56 0.48 0.07
HSL 351.76º 0.78% 0.67% -
HSV(B) 351.76º 0.56% 0.93% -
XYZ 43.22 29.37 22.13 -
YUV 146.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 236 105 123 0 0.56 0.48 0.07 351.76 0.78 0.67
Hex EC 69 7B 0 38 30 7 160 4E 43
Octal 354 151 173 0 70 60 7 540 116 103
Binary 11101100 1101001 1111011 0 111000 110000 111 101100000 1001110 1000011

Color Harmonies of #EC697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC697B

Black with #EC697B

Text Example


Text Example

White with #EC697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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