Html Css Color HEX #E76978 Froly

📋 copy color: '#E76978'

red 231 ◦ green 105 ◦ blue 120

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

Shades of Froly #E76978

Tints of Froly #E76978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 50.66%
G = 23.03%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76978 (or 0xE76978) is known color: Froly. HEX triplet: E7, 69 and 78. RGB value is (231,105,120). Sum of RGB (Red+Green+Blue) = 231+105+120=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E76978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76978 is #189687. Grayscale: #909090. Windows color (decimal): -1611400 or 7891431. OLE color: 7891431.

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

Color convert

RGB 231 105 120 -
CMYK 0 0.55 0.48 0.09
HSL 352.86º 0.72% 0.66% -
HSV(B) 352.86º 0.55% 0.91% -
XYZ 41.4 28.45 21.08 -
YUV 144.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 231 105 120 0 0.55 0.48 0.09 352.86 0.72 0.66
Hex E7 69 78 0 37 30 9 161 48 42
Octal 347 151 170 0 67 60 11 541 110 102
Binary 11100111 1101001 1111000 0 110111 110000 1001 101100001 1001000 1000010

Color Harmonies of #E76978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76978

Black with #E76978

Text Example


Text Example

White with #E76978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76978; }

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

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

background-color css

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

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

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

border-color css

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

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

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