Html Css Color HEX #E76073 Froly

📋 copy color: '#E76073'

red 231 ◦ green 96 ◦ blue 115

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

Shades of Froly #E76073

Tints of Froly #E76073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

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

R = 52.26%
G = 21.72%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E76073 (or 0xE76073) is known color: Froly. HEX triplet: E7, 60 and 73. RGB value is (231,96,115). Sum of RGB (Red+Green+Blue) = 231+96+115=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E76073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76073 is #189F8C. Grayscale: #8A8A8A. Windows color (decimal): -1613709 or 7561447. OLE color: 7561447.

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

Color convert

RGB 231 96 115 -
CMYK 0 0.58 0.50 0.09
HSL 351.56º 0.74% 0.64% -
HSV(B) 351.56º 0.58% 0.91% -
XYZ 40.23 26.59 19.23 -
YUV 138.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 231 96 115 0 0.58 0.50 0.09 351.56 0.74 0.64
Hex E7 60 73 0 3A 32 9 160 4A 40
Octal 347 140 163 0 72 62 11 540 112 100
Binary 11100111 1100000 1110011 0 111010 110010 1001 101100000 1001010 1000000

Color Harmonies of #E76073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76073

Black with #E76073

Text Example


Text Example

White with #E76073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76073; }

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

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

background-color css

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

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

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

border-color css

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

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

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