Html Css Color HEX #E77072 Froly

📋 copy color: '#E77072'

red 231 ◦ green 112 ◦ blue 114

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

Shades of Froly #E77072

Tints of Froly #E77072

RGB

 RED value IS 231 (90.63% from 255) = 50.55%

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

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 50.55%
G = 24.51%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E77072 (or 0xE77072) is known color: Froly. HEX triplet: E7, 70 and 72. RGB value is (231,112,114). Sum of RGB (Red+Green+Blue) = 231+112+114=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E77072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77072 is #188F8D. Grayscale: #939393. Windows color (decimal): -1609614 or 7500007. OLE color: 7500007.

HSL color Cylindrical-coordinate representation of color #E77072: hue angle of 358.99º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77072 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 114 -
CMYK 0 0.52 0.51 0.09
HSL 358.99º 0.71% 0.67% -
HSV(B) 358.99º 0.52% 0.91% -
XYZ 41.79 29.79 19.47 -
YUV 147.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 231 112 114 0 0.52 0.51 0.09 358.99 0.71 0.67
Hex E7 70 72 0 34 33 9 167 47 43
Octal 347 160 162 0 64 63 11 547 107 103
Binary 11100111 1110000 1110010 0 110100 110011 1001 101100111 1000111 1000011

Color Harmonies of #E77072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77072

Black with #E77072

Text Example


Text Example

White with #E77072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77072; }

 p { color: rgb(231,112,114); }

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

background-color css

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

 a { background-color: rgb(231,112,114); }

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

border-color css

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

 span { border-color: rgb(231,112,114); }

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