Html Css Color HEX #EC6577 Froly

📋 copy color: '#EC6577'

red 236 ◦ green 101 ◦ blue 119

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

Shades of Froly #EC6577

Tints of Froly #EC6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.15%

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

R = 51.75%
G = 22.15%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC6577 (or 0xEC6577) is known color: Froly. HEX triplet: EC, 65 and 77. RGB value is (236,101,119). Sum of RGB (Red+Green+Blue) = 236+101+119=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6577 is #139A88. Grayscale: #8F8F8F. Windows color (decimal): -1284745 or 7824876. OLE color: 7824876.

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

Color convert

RGB 236 101 119 -
CMYK 0 0.57 0.50 0.07
HSL 352º 0.78% 0.66% -
HSV(B) 352º 0.57% 0.93% -
XYZ 42.58 28.47 20.7 -
YUV 143.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 236 101 119 0 0.57 0.50 0.07 352 0.78 0.66
Hex EC 65 77 0 39 32 7 160 4E 42
Octal 354 145 167 0 71 62 7 540 116 102
Binary 11101100 1100101 1110111 0 111001 110010 111 101100000 1001110 1000010

Color Harmonies of #EC6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6577

Black with #EC6577

Text Example


Text Example

White with #EC6577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6577; }

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

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

background-color css

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

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

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

border-color css

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

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

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