Html Css Color HEX #E76972 Froly

📋 copy color: '#E76972'

red 231 ◦ green 105 ◦ blue 114

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

Shades of Froly #E76972

Tints of Froly #E76972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.33%

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

R = 51.33%
G = 23.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76972 (or 0xE76972) is known color: Froly. HEX triplet: E7, 69 and 72. RGB value is (231,105,114). Sum of RGB (Red+Green+Blue) = 231+105+114=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E76972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76972 is #18968D. Grayscale: #8F8F8F. Windows color (decimal): -1611406 or 7498215. OLE color: 7498215.

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

Color convert

RGB 231 105 114 -
CMYK 0 0.55 0.51 0.09
HSL 355.71º 0.72% 0.66% -
HSV(B) 355.71º 0.55% 0.91% -
XYZ 41.04 28.31 19.22 -
YUV 143.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 231 105 114 0 0.55 0.51 0.09 355.71 0.72 0.66
Hex E7 69 72 0 37 33 9 164 48 42
Octal 347 151 162 0 67 63 11 544 110 102
Binary 11100111 1101001 1110010 0 110111 110011 1001 101100100 1001000 1000010

Color Harmonies of #E76972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76972

Black with #E76972

Text Example


Text Example

White with #E76972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76972; }

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

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

background-color css

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

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

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

border-color css

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

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

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