Html Css Color HEX #EC7580 Froly

📋 copy color: '#EC7580'

red 236 ◦ green 117 ◦ blue 128

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

Shades of Froly #EC7580

Tints of Froly #EC7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.32%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 49.06%
G = 24.32%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC7580 (or 0xEC7580) is known color: Froly. HEX triplet: EC, 75 and 80. RGB value is (236,117,128). Sum of RGB (Red+Green+Blue) = 236+117+128=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7580 is #138A7F. Grayscale: #999999. Windows color (decimal): -1280640 or 8418796. OLE color: 8418796.

HSL color Cylindrical-coordinate representation of color #EC7580: hue angle of 354.45º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7580 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 128 -
CMYK 0 0.50 0.46 0.07
HSL 354.45º 0.76% 0.69% -
HSV(B) 354.45º 0.5% 0.93% -
XYZ 44.85 32.11 24.26 -
YUV 153.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 236 117 128 0 0.50 0.46 0.07 354.45 0.76 0.69
Hex EC 75 80 0 32 2E 7 162 4C 45
Octal 354 165 200 0 62 56 7 542 114 105
Binary 11101100 1110101 10000000 0 110010 101110 111 101100010 1001100 1000101

Color Harmonies of #EC7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7580

Black with #EC7580

Text Example


Text Example

White with #EC7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7580; }

 p { color: rgb(236,117,128); }

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

background-color css

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

 a { background-color: rgb(236,117,128); }

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

border-color css

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

 span { border-color: rgb(236,117,128); }

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