Html Css Color HEX #E37075 Froly

📋 copy color: '#E37075'

red 227 ◦ green 112 ◦ blue 117

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

Shades of Froly #E37075

Tints of Froly #E37075

RGB

 RED value IS 227 (89.06% from 255) = 49.78%

 GREEN value IS 112 (44.14% from 255) = 24.56%

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

R = 49.78%
G = 24.56%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E37075 (or 0xE37075) is known color: Froly. HEX triplet: E3, 70 and 75. RGB value is (227,112,117). Sum of RGB (Red+Green+Blue) = 227+112+117=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E37075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37075 is #1C8F8A. Grayscale: #939393. Windows color (decimal): -1871755 or 7696611. OLE color: 7696611.

HSL color Cylindrical-coordinate representation of color #E37075: hue angle of 357.39º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E37075 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 112 117 -
CMYK 0 0.51 0.48 0.11
HSL 357.39º 0.67% 0.66% -
HSV(B) 357.39º 0.51% 0.89% -
XYZ 40.68 29.2 20.32 -
YUV 146.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 227 112 117 0 0.51 0.48 0.11 357.39 0.67 0.66
Hex E3 70 75 0 33 30 B 165 43 42
Octal 343 160 165 0 63 60 13 545 103 102
Binary 11100011 1110000 1110101 0 110011 110000 1011 101100101 1000011 1000010

Color Harmonies of #E37075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37075

Black with #E37075

Text Example


Text Example

White with #E37075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37075; }

 p { color: rgb(227,112,117); }

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

background-color css

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

 a { background-color: rgb(227,112,117); }

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

border-color css

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

 span { border-color: rgb(227,112,117); }

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