Html Css Color HEX #EC6376 Froly

📋 copy color: '#EC6376'

red 236 ◦ green 99 ◦ blue 118

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

Shades of Froly #EC6376

Tints of Froly #EC6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.85%

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

R = 52.1%
G = 21.85%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC6376 (or 0xEC6376) is known color: Froly. HEX triplet: EC, 63 and 76. RGB value is (236,99,118). Sum of RGB (Red+Green+Blue) = 236+99+118=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6376 is #139C89. Grayscale: #8E8E8E. Windows color (decimal): -1285258 or 7758828. OLE color: 7758828.

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

Color convert

RGB 236 99 118 -
CMYK 0 0.58 0.5 0.07
HSL 351.68º 0.78% 0.66% -
HSV(B) 351.68º 0.58% 0.93% -
XYZ 42.32 28.06 20.33 -
YUV 142.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 236 99 118 0 0.58 0.5 0.07 351.68 0.78 0.66
Hex EC 63 76 0 3A 32 7 160 4E 42
Octal 354 143 166 0 72 62 7 540 116 102
Binary 11101100 1100011 1110110 0 111010 110010 111 101100000 1001110 1000010

Color Harmonies of #EC6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6376

Black with #EC6376

Text Example


Text Example

White with #EC6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6376; }

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

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

background-color css

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

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

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

border-color css

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

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

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