Html Css Color HEX #E76F73 Froly

📋 copy color: '#E76F73'

red 231 ◦ green 111 ◦ blue 115

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

Shades of Froly #E76F73

Tints of Froly #E76F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.29%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 50.55%
G = 24.29%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E76F73 (or 0xE76F73) is known color: Froly. HEX triplet: E7, 6F and 73. RGB value is (231,111,115). Sum of RGB (Red+Green+Blue) = 231+111+115=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F73 is #18908C. Grayscale: #939393. Windows color (decimal): -1609869 or 7565287. OLE color: 7565287.

HSL color Cylindrical-coordinate representation of color #E76F73: hue angle of 358º 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 #E76F73 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 115 -
CMYK 0 0.52 0.50 0.09
HSL 358º 0.71% 0.67% -
HSV(B) 358º 0.52% 0.91% -
XYZ 41.73 29.6 19.73 -
YUV 147.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 231 111 115 0 0.52 0.50 0.09 358 0.71 0.67
Hex E7 6F 73 0 34 32 9 166 47 43
Octal 347 157 163 0 64 62 11 546 107 103
Binary 11100111 1101111 1110011 0 110100 110010 1001 101100110 1000111 1000011

Color Harmonies of #E76F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76F73

Black with #E76F73

Text Example


Text Example

White with #E76F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76F73; }

 p { color: rgb(231,111,115); }

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

background-color css

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

 a { background-color: rgb(231,111,115); }

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

border-color css

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

 span { border-color: rgb(231,111,115); }

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