Html Css Color HEX #E76172 Froly

📋 copy color: '#E76172'

red 231 ◦ green 97 ◦ blue 114

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

Shades of Froly #E76172

Tints of Froly #E76172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

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

R = 52.26%
G = 21.95%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76172 (or 0xE76172) is known color: Froly. HEX triplet: E7, 61 and 72. RGB value is (231,97,114). Sum of RGB (Red+Green+Blue) = 231+97+114=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E76172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76172 is #189E8D. Grayscale: #8B8B8B. Windows color (decimal): -1613454 or 7496167. OLE color: 7496167.

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

Color convert

RGB 231 97 114 -
CMYK 0 0.58 0.51 0.09
HSL 352.39º 0.74% 0.64% -
HSV(B) 352.39º 0.58% 0.91% -
XYZ 40.27 26.75 18.96 -
YUV 139 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 231 97 114 0 0.58 0.51 0.09 352.39 0.74 0.64
Hex E7 61 72 0 3A 33 9 160 4A 40
Octal 347 141 162 0 72 63 11 540 112 100
Binary 11100111 1100001 1110010 0 111010 110011 1001 101100000 1001010 1000000

Color Harmonies of #E76172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76172

Black with #E76172

Text Example


Text Example

White with #E76172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76172; }

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

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

background-color css

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

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

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

border-color css

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

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

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