Html Css Color HEX #E77475 Froly

📋 copy color: '#E77475'

red 231 ◦ green 116 ◦ blue 117

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

Shades of Froly #E77475

Tints of Froly #E77475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 49.78%
G = 25%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E77475 (or 0xE77475) is known color: Froly. HEX triplet: E7, 74 and 75. RGB value is (231,116,117). Sum of RGB (Red+Green+Blue) = 231+116+117=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77475 is #188B8A. Grayscale: #969696. Windows color (decimal): -1608587 or 7697639. OLE color: 7697639.

HSL color Cylindrical-coordinate representation of color #E77475: hue angle of 359.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77475 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 117 -
CMYK 0 0.50 0.49 0.09
HSL 359.48º 0.71% 0.68% -
HSV(B) 359.48º 0.5% 0.91% -
XYZ 42.41 30.76 20.53 -
YUV 150.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 231 116 117 0 0.50 0.49 0.09 359.48 0.71 0.68
Hex E7 74 75 0 32 31 9 167 47 44
Octal 347 164 165 0 62 61 11 547 107 104
Binary 11100111 1110100 1110101 0 110010 110001 1001 101100111 1000111 1000100

Color Harmonies of #E77475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77475

Black with #E77475

Text Example


Text Example

White with #E77475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77475; }

 p { color: rgb(231,116,117); }

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

background-color css

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

 a { background-color: rgb(231,116,117); }

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

border-color css

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

 span { border-color: rgb(231,116,117); }

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