Html Css Color HEX #EC6B76 Froly

📋 copy color: '#EC6B76'

red 236 ◦ green 107 ◦ blue 118

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

Shades of Froly #EC6B76

Tints of Froly #EC6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.21%

 BLUE value IS 118 (46.48% from 255) = 25.6%

R = 51.19%
G = 23.21%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC6B76 (or 0xEC6B76) is known color: Froly. HEX triplet: EC, 6B and 76. RGB value is (236,107,118). Sum of RGB (Red+Green+Blue) = 236+107+118=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B76 is #139489. Grayscale: #929292. Windows color (decimal): -1283210 or 7760876. OLE color: 7760876.

HSL color Cylindrical-coordinate representation of color #EC6B76: hue angle of 354.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6B76 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 107 118 -
CMYK 0 0.55 0.5 0.07
HSL 354.88º 0.77% 0.67% -
HSV(B) 354.88º 0.55% 0.93% -
XYZ 43.12 29.66 20.59 -
YUV 146.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 236 107 118 0 0.55 0.5 0.07 354.88 0.77 0.67
Hex EC 6B 76 0 37 32 7 163 4D 43
Octal 354 153 166 0 67 62 7 543 115 103
Binary 11101100 1101011 1110110 0 110111 110010 111 101100011 1001101 1000011

Color Harmonies of #EC6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B76

Black with #EC6B76

Text Example


Text Example

White with #EC6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B76; }

 p { color: rgb(236,107,118); }

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

background-color css

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

 a { background-color: rgb(236,107,118); }

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

border-color css

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

 span { border-color: rgb(236,107,118); }

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