Html Css Color HEX #EC6976 Froly

📋 copy color: '#EC6976'

red 236 ◦ green 105 ◦ blue 118

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

Shades of Froly #EC6976

Tints of Froly #EC6976

RGB

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

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

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

R = 51.42%
G = 22.88%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC6976 (or 0xEC6976) is known color: Froly. HEX triplet: EC, 69 and 76. RGB value is (236,105,118). Sum of RGB (Red+Green+Blue) = 236+105+118=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6976 is #139689. Grayscale: #919191. Windows color (decimal): -1283722 or 7760364. OLE color: 7760364.

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

Color convert

RGB 236 105 118 -
CMYK 0 0.56 0.5 0.07
HSL 354.05º 0.78% 0.67% -
HSV(B) 354.05º 0.56% 0.93% -
XYZ 42.91 29.24 20.52 -
YUV 145.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 236 105 118 0 0.56 0.5 0.07 354.05 0.78 0.67
Hex EC 69 76 0 38 32 7 162 4E 43
Octal 354 151 166 0 70 62 7 542 116 103
Binary 11101100 1101001 1110110 0 111000 110010 111 101100010 1001110 1000011

Color Harmonies of #EC6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6976

Black with #EC6976

Text Example


Text Example

White with #EC6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6976; }

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

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

background-color css

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

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

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

border-color css

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

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

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