Html Css Color HEX #EC6876 Froly

📋 copy color: '#EC6876'

red 236 ◦ green 104 ◦ blue 118

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

Shades of Froly #EC6876

Tints of Froly #EC6876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.71%

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

R = 51.53%
G = 22.71%
B = 25.76%

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

#EC6876 (or 0xEC6876) is known color: Froly. HEX triplet: EC, 68 and 76. RGB value is (236,104,118). Sum of RGB (Red+Green+Blue) = 236+104+118=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6876 is #139789. Grayscale: #919191. Windows color (decimal): -1283978 or 7760108. OLE color: 7760108.

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

Color convert

RGB 236 104 118 -
CMYK 0 0.56 0.5 0.07
HSL 353.64º 0.78% 0.67% -
HSV(B) 353.64º 0.56% 0.93% -
XYZ 42.81 29.04 20.49 -
YUV 145.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 236 104 118 0 0.56 0.5 0.07 353.64 0.78 0.67
Hex EC 68 76 0 38 32 7 162 4E 43
Octal 354 150 166 0 70 62 7 542 116 103
Binary 11101100 1101000 1110110 0 111000 110010 111 101100010 1001110 1000011

Color Harmonies of #EC6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6876

Black with #EC6876

Text Example


Text Example

White with #EC6876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6876; }

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

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

background-color css

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

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

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

border-color css

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

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

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