Html Css Color HEX #E76472 Froly

📋 copy color: '#E76472'

red 231 ◦ green 100 ◦ blue 114

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

Shades of Froly #E76472

Tints of Froly #E76472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.47%

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

R = 51.91%
G = 22.47%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76472 (or 0xE76472) is known color: Froly. HEX triplet: E7, 64 and 72. RGB value is (231,100,114). Sum of RGB (Red+Green+Blue) = 231+100+114=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E76472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76472 is #189B8D. Grayscale: #8C8C8C. Windows color (decimal): -1612686 or 7496935. OLE color: 7496935.

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

Color convert

RGB 231 100 114 -
CMYK 0 0.57 0.51 0.09
HSL 353.59º 0.73% 0.65% -
HSV(B) 353.59º 0.57% 0.91% -
XYZ 40.55 27.32 19.06 -
YUV 140.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 231 100 114 0 0.57 0.51 0.09 353.59 0.73 0.65
Hex E7 64 72 0 39 33 9 162 49 41
Octal 347 144 162 0 71 63 11 542 111 101
Binary 11100111 1100100 1110010 0 111001 110011 1001 101100010 1001001 1000001

Color Harmonies of #E76472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76472

Black with #E76472

Text Example


Text Example

White with #E76472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76472; }

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

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

background-color css

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

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

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

border-color css

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

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

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