Html Css Color HEX #EC7375 Froly

📋 copy color: '#EC7375'

red 236 ◦ green 115 ◦ blue 117

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

Shades of Froly #EC7375

Tints of Froly #EC7375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 50.43%
G = 24.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7375 (or 0xEC7375) is known color: Froly. HEX triplet: EC, 73 and 75. RGB value is (236,115,117). Sum of RGB (Red+Green+Blue) = 236+115+117=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7375 is #138C8A. Grayscale: #979797. Windows color (decimal): -1281163 or 7697388. OLE color: 7697388.

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

Color convert

RGB 236 115 117 -
CMYK 0 0.51 0.50 0.07
HSL 359.01º 0.76% 0.69% -
HSV(B) 359.01º 0.51% 0.93% -
XYZ 43.93 31.38 20.57 -
YUV 151.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 236 115 117 0 0.51 0.50 0.07 359.01 0.76 0.69
Hex EC 73 75 0 33 32 7 167 4C 45
Octal 354 163 165 0 63 62 7 547 114 105
Binary 11101100 1110011 1110101 0 110011 110010 111 101100111 1001100 1000101

Color Harmonies of #EC7375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7375

Black with #EC7375

Text Example


Text Example

White with #EC7375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7375; }

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

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

background-color css

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

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

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

border-color css

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

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

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