Html Css Color HEX #E77078 Froly

📋 copy color: '#E77078'

red 231 ◦ green 112 ◦ blue 120

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

Shades of Froly #E77078

Tints of Froly #E77078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

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

R = 49.89%
G = 24.19%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77078 (or 0xE77078) is known color: Froly. HEX triplet: E7, 70 and 78. RGB value is (231,112,120). Sum of RGB (Red+Green+Blue) = 231+112+120=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E77078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77078 is #188F87. Grayscale: #949494. Windows color (decimal): -1609608 or 7893223. OLE color: 7893223.

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

Color convert

RGB 231 112 120 -
CMYK 0 0.52 0.48 0.09
HSL 355.97º 0.71% 0.67% -
HSV(B) 355.97º 0.52% 0.91% -
XYZ 42.14 29.93 21.33 -
YUV 148.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 231 112 120 0 0.52 0.48 0.09 355.97 0.71 0.67
Hex E7 70 78 0 34 30 9 164 47 43
Octal 347 160 170 0 64 60 11 544 107 103
Binary 11100111 1110000 1111000 0 110100 110000 1001 101100100 1000111 1000011

Color Harmonies of #E77078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77078

Black with #E77078

Text Example


Text Example

White with #E77078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77078; }

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

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

background-color css

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

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

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

border-color css

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

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

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