Html Css Color HEX #E76877 Froly

📋 copy color: '#E76877'

red 231 ◦ green 104 ◦ blue 119

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

Shades of Froly #E76877

Tints of Froly #E76877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 50.88%
G = 22.91%
B = 26.21%

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

#E76877 (or 0xE76877) is known color: Froly. HEX triplet: E7, 68 and 77. RGB value is (231,104,119). Sum of RGB (Red+Green+Blue) = 231+104+119=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E76877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76877 is #189788. Grayscale: #8F8F8F. Windows color (decimal): -1611657 or 7825639. OLE color: 7825639.

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

Color convert

RGB 231 104 119 -
CMYK 0 0.55 0.48 0.09
HSL 352.91º 0.73% 0.66% -
HSV(B) 352.91º 0.55% 0.91% -
XYZ 41.24 28.22 20.73 -
YUV 143.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 231 104 119 0 0.55 0.48 0.09 352.91 0.73 0.66
Hex E7 68 77 0 37 30 9 161 49 42
Octal 347 150 167 0 67 60 11 541 111 102
Binary 11100111 1101000 1110111 0 110111 110000 1001 101100001 1001001 1000010

Color Harmonies of #E76877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76877

Black with #E76877

Text Example


Text Example

White with #E76877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76877; }

 p { color: rgb(231,104,119); }

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

background-color css

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

 a { background-color: rgb(231,104,119); }

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

border-color css

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

 span { border-color: rgb(231,104,119); }

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