Html Css Color HEX #EC7478 Froly

📋 copy color: '#EC7478'

red 236 ◦ green 116 ◦ blue 120

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

Shades of Froly #EC7478

Tints of Froly #EC7478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.58%

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

R = 50%
G = 24.58%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC7478 (or 0xEC7478) is known color: Froly. HEX triplet: EC, 74 and 78. RGB value is (236,116,120). Sum of RGB (Red+Green+Blue) = 236+116+120=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7478 is #138B87. Grayscale: #989898. Windows color (decimal): -1280904 or 7894252. OLE color: 7894252.

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

Color convert

RGB 236 116 120 -
CMYK 0 0.51 0.49 0.07
HSL 358º 0.76% 0.69% -
HSV(B) 358º 0.51% 0.93% -
XYZ 44.23 31.68 21.55 -
YUV 152.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 236 116 120 0 0.51 0.49 0.07 358 0.76 0.69
Hex EC 74 78 0 33 31 7 166 4C 45
Octal 354 164 170 0 63 61 7 546 114 105
Binary 11101100 1110100 1111000 0 110011 110001 111 101100110 1001100 1000101

Color Harmonies of #EC7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7478

Black with #EC7478

Text Example


Text Example

White with #EC7478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7478; }

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

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

background-color css

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

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

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

border-color css

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

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

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