Html Css Color HEX #E76677 Froly

📋 copy color: '#E76677'

red 231 ◦ green 102 ◦ blue 119

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

Shades of Froly #E76677

Tints of Froly #E76677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

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

R = 51.11%
G = 22.57%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76677 (or 0xE76677) is known color: Froly. HEX triplet: E7, 66 and 77. RGB value is (231,102,119). Sum of RGB (Red+Green+Blue) = 231+102+119=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76677 is #189988. Grayscale: #8E8E8E. Windows color (decimal): -1612169 or 7825127. OLE color: 7825127.

HSL color Cylindrical-coordinate representation of color #E76677: hue angle of 352.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76677 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 119 -
CMYK 0 0.56 0.48 0.09
HSL 352.09º 0.73% 0.65% -
HSV(B) 352.09º 0.56% 0.91% -
XYZ 41.04 27.82 20.66 -
YUV 142.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 231 102 119 0 0.56 0.48 0.09 352.09 0.73 0.65
Hex E7 66 77 0 38 30 9 160 49 41
Octal 347 146 167 0 70 60 11 540 111 101
Binary 11100111 1100110 1110111 0 111000 110000 1001 101100000 1001001 1000001

Color Harmonies of #E76677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76677

Black with #E76677

Text Example


Text Example

White with #E76677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76677; }

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

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

background-color css

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

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

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

border-color css

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

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

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