Html Css Color HEX #EC6377 Froly

📋 copy color: '#EC6377'

red 236 ◦ green 99 ◦ blue 119

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

Shades of Froly #EC6377

Tints of Froly #EC6377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 51.98%
G = 21.81%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6377 (or 0xEC6377) is known color: Froly. HEX triplet: EC, 63 and 77. RGB value is (236,99,119). Sum of RGB (Red+Green+Blue) = 236+99+119=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6377 is #139C88. Grayscale: #8E8E8E. Windows color (decimal): -1285257 or 7824364. OLE color: 7824364.

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

Color convert

RGB 236 99 119 -
CMYK 0 0.58 0.50 0.07
HSL 351.24º 0.78% 0.66% -
HSV(B) 351.24º 0.58% 0.93% -
XYZ 42.38 28.09 20.64 -
YUV 142.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 236 99 119 0 0.58 0.50 0.07 351.24 0.78 0.66
Hex EC 63 77 0 3A 32 7 15F 4E 42
Octal 354 143 167 0 72 62 7 537 116 102
Binary 11101100 1100011 1110111 0 111010 110010 111 101011111 1001110 1000010

Color Harmonies of #EC6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6377

Black with #EC6377

Text Example


Text Example

White with #EC6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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