Html Css Color HEX #EC6F77 Froly

📋 copy color: '#EC6F77'

red 236 ◦ green 111 ◦ blue 119

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

Shades of Froly #EC6F77

Tints of Froly #EC6F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 50.64%
G = 23.82%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6F77 (or 0xEC6F77) is known color: Froly. HEX triplet: EC, 6F and 77. RGB value is (236,111,119). Sum of RGB (Red+Green+Blue) = 236+111+119=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F77 is #139088. Grayscale: #959595. Windows color (decimal): -1282185 or 7827436. OLE color: 7827436.

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

Color convert

RGB 236 111 119 -
CMYK 0 0.53 0.50 0.07
HSL 356.16º 0.77% 0.68% -
HSV(B) 356.16º 0.53% 0.93% -
XYZ 43.61 30.53 21.05 -
YUV 149.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 236 111 119 0 0.53 0.50 0.07 356.16 0.77 0.68
Hex EC 6F 77 0 35 32 7 164 4D 44
Octal 354 157 167 0 65 62 7 544 115 104
Binary 11101100 1101111 1110111 0 110101 110010 111 101100100 1001101 1000100

Color Harmonies of #EC6F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F77

Black with #EC6F77

Text Example


Text Example

White with #EC6F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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