Html Css Color HEX #EC7578 Froly

📋 copy color: '#EC7578'

red 236 ◦ green 117 ◦ blue 120

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

Shades of Froly #EC7578

Tints of Froly #EC7578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 49.89%
G = 24.74%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC7578 (or 0xEC7578) is known color: Froly. HEX triplet: EC, 75 and 78. RGB value is (236,117,120). Sum of RGB (Red+Green+Blue) = 236+117+120=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7578 is #138A87. Grayscale: #999999. Windows color (decimal): -1280648 or 7894508. OLE color: 7894508.

HSL color Cylindrical-coordinate representation of color #EC7578: hue angle of 358.49º 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 #EC7578 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 120 -
CMYK 0 0.50 0.49 0.07
HSL 358.49º 0.76% 0.69% -
HSV(B) 358.49º 0.5% 0.93% -
XYZ 44.34 31.91 21.59 -
YUV 152.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 236 117 120 0 0.50 0.49 0.07 358.49 0.76 0.69
Hex EC 75 78 0 32 31 7 166 4C 45
Octal 354 165 170 0 62 61 7 546 114 105
Binary 11101100 1110101 1111000 0 110010 110001 111 101100110 1001100 1000101

Color Harmonies of #EC7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7578

Black with #EC7578

Text Example


Text Example

White with #EC7578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7578; }

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

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

background-color css

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

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

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

border-color css

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

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

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