Html Css Color HEX #EC7378 Froly

📋 copy color: '#EC7378'

red 236 ◦ green 115 ◦ blue 120

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

Shades of Froly #EC7378

Tints of Froly #EC7378

RGB

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

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

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

R = 50.11%
G = 24.42%
B = 25.48%

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

#EC7378 (or 0xEC7378) is known color: Froly. HEX triplet: EC, 73 and 78. RGB value is (236,115,120). Sum of RGB (Red+Green+Blue) = 236+115+120=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7378 is #138C87. Grayscale: #979797. Windows color (decimal): -1281160 or 7893996. OLE color: 7893996.

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

Color convert

RGB 236 115 120 -
CMYK 0 0.51 0.49 0.07
HSL 357.52º 0.76% 0.69% -
HSV(B) 357.52º 0.51% 0.93% -
XYZ 44.11 31.45 21.51 -
YUV 151.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 236 115 120 0 0.51 0.49 0.07 357.52 0.76 0.69
Hex EC 73 78 0 33 31 7 166 4C 45
Octal 354 163 170 0 63 61 7 546 114 105
Binary 11101100 1110011 1111000 0 110011 110001 111 101100110 1001100 1000101

Color Harmonies of #EC7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7378

Black with #EC7378

Text Example


Text Example

White with #EC7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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