Html Css Color HEX #E07175 Froly

📋 copy color: '#E07175'

red 224 ◦ green 113 ◦ blue 117

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

Shades of Froly #E07175

Tints of Froly #E07175

RGB

 RED value IS 224 (87.89% from 255) = 49.34%

 GREEN value IS 113 (44.53% from 255) = 24.89%

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

R = 49.34%
G = 24.89%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07175 (or 0xE07175) is known color: Froly. HEX triplet: E0, 71 and 75. RGB value is (224,113,117). Sum of RGB (Red+Green+Blue) = 224+113+117=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07175 is #1F8E8A. Grayscale: #929292. Windows color (decimal): -2068107 or 7696864. OLE color: 7696864.

HSL color Cylindrical-coordinate representation of color #E07175: hue angle of 357.84º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07175 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 117 -
CMYK 0 0.50 0.48 0.12
HSL 357.84º 0.64% 0.66% -
HSV(B) 357.84º 0.5% 0.88% -
XYZ 39.86 28.94 20.32 -
YUV 146.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 224 113 117 0 0.50 0.48 0.12 357.84 0.64 0.66
Hex E0 71 75 0 32 30 C 166 40 42
Octal 340 161 165 0 62 60 14 546 100 102
Binary 11100000 1110001 1110101 0 110010 110000 1100 101100110 1000000 1000010

Color Harmonies of #E07175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07175

Black with #E07175

Text Example


Text Example

White with #E07175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07175; }

 p { color: rgb(224,113,117); }

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

background-color css

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

 a { background-color: rgb(224,113,117); }

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

border-color css

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

 span { border-color: rgb(224,113,117); }

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