Html Css Color HEX #EC6077 Froly

📋 copy color: '#EC6077'

red 236 ◦ green 96 ◦ blue 119

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

Shades of Froly #EC6077

Tints of Froly #EC6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

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

R = 52.33%
G = 21.29%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6077 (or 0xEC6077) is known color: Froly. HEX triplet: EC, 60 and 77. RGB value is (236,96,119). Sum of RGB (Red+Green+Blue) = 236+96+119=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6077 is #139F88. Grayscale: #8C8C8C. Windows color (decimal): -1286025 or 7823596. OLE color: 7823596.

HSL color Cylindrical-coordinate representation of color #EC6077: hue angle of 350.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6077 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 119 -
CMYK 0 0.59 0.50 0.07
HSL 350.14º 0.79% 0.65% -
HSV(B) 350.14º 0.59% 0.93% -
XYZ 42.1 27.53 20.55 -
YUV 140.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 236 96 119 0 0.59 0.50 0.07 350.14 0.79 0.65
Hex EC 60 77 0 3B 32 7 15E 4F 41
Octal 354 140 167 0 73 62 7 536 117 101
Binary 11101100 1100000 1110111 0 111011 110010 111 101011110 1001111 1000001

Color Harmonies of #EC6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6077

Black with #EC6077

Text Example


Text Example

White with #EC6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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