Html Css Color HEX #EC7380 Froly

📋 copy color: '#EC7380'

red 236 ◦ green 115 ◦ blue 128

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

Shades of Froly #EC7380

Tints of Froly #EC7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

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

R = 49.27%
G = 24.01%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC7380 (or 0xEC7380) is known color: Froly. HEX triplet: EC, 73 and 80. RGB value is (236,115,128). Sum of RGB (Red+Green+Blue) = 236+115+128=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7380 is #138C7F. Grayscale: #989898. Windows color (decimal): -1281152 or 8418284. OLE color: 8418284.

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

Color convert

RGB 236 115 128 -
CMYK 0 0.51 0.46 0.07
HSL 353.55º 0.76% 0.69% -
HSV(B) 353.55º 0.51% 0.93% -
XYZ 44.62 31.65 24.18 -
YUV 152.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 236 115 128 0 0.51 0.46 0.07 353.55 0.76 0.69
Hex EC 73 80 0 33 2E 7 162 4C 45
Octal 354 163 200 0 63 56 7 542 114 105
Binary 11101100 1110011 10000000 0 110011 101110 111 101100010 1001100 1000101

Color Harmonies of #EC7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7380

Black with #EC7380

Text Example


Text Example

White with #EC7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7380; }

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

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

background-color css

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

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

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

border-color css

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

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

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