Html Css Color HEX #E77A82 Froly

📋 copy color: '#E77A82'

red 231 ◦ green 122 ◦ blue 130

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

Shades of Froly #E77A82

Tints of Froly #E77A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.26%

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 47.83%
G = 25.26%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E77A82 (or 0xE77A82) is known color: Froly. HEX triplet: E7, 7A and 82. RGB value is (231,122,130). Sum of RGB (Red+Green+Blue) = 231+122+130=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A82 is #18857D. Grayscale: #9B9B9B. Windows color (decimal): -1607038 or 8551143. OLE color: 8551143.

HSL color Cylindrical-coordinate representation of color #E77A82: hue angle of 355.6º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77A82 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 130 -
CMYK 0 0.47 0.44 0.09
HSL 355.6º 0.69% 0.69% -
HSV(B) 355.6º 0.47% 0.91% -
XYZ 43.94 32.52 25.08 -
YUV 155.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 231 122 130 0 0.47 0.44 0.09 355.6 0.69 0.69
Hex E7 7A 82 0 2F 2C 9 164 45 45
Octal 347 172 202 0 57 54 11 544 105 105
Binary 11100111 1111010 10000010 0 101111 101100 1001 101100100 1000101 1000101

Color Harmonies of #E77A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A82

Black with #E77A82

Text Example


Text Example

White with #E77A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A82; }

 p { color: rgb(231,122,130); }

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

background-color css

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

 a { background-color: rgb(231,122,130); }

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

border-color css

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

 span { border-color: rgb(231,122,130); }

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