Html Css Color HEX #E77A81 Froly

📋 copy color: '#E77A81'

red 231 ◦ green 122 ◦ blue 129

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

Shades of Froly #E77A81

Tints of Froly #E77A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.76%

R = 47.93%
G = 25.31%
B = 26.76%

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

#E77A81 (or 0xE77A81) is known color: Froly. HEX triplet: E7, 7A and 81. RGB value is (231,122,129). Sum of RGB (Red+Green+Blue) = 231+122+129=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A81 is #18857E. Grayscale: #9B9B9B. Windows color (decimal): -1607039 or 8485607. OLE color: 8485607.

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

Color convert

RGB 231 122 129 -
CMYK 0 0.47 0.44 0.09
HSL 356.15º 0.69% 0.69% -
HSV(B) 356.15º 0.47% 0.91% -
XYZ 43.88 32.49 24.73 -
YUV 155.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 231 122 129 0 0.47 0.44 0.09 356.15 0.69 0.69
Hex E7 7A 81 0 2F 2C 9 164 45 45
Octal 347 172 201 0 57 54 11 544 105 105
Binary 11100111 1111010 10000001 0 101111 101100 1001 101100100 1000101 1000101

Color Harmonies of #E77A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A81

Black with #E77A81

Text Example


Text Example

White with #E77A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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