Html Css Color HEX #E77A7E Froly

📋 copy color: '#E77A7E'

red 231 ◦ green 122 ◦ blue 126

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

Shades of Froly #E77A7E

Tints of Froly #E77A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 48.23%
G = 25.47%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77A7E (or 0xE77A7E) is known color: Froly. HEX triplet: E7, 7A and 7E. RGB value is (231,122,126). Sum of RGB (Red+Green+Blue) = 231+122+126=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A7E is #188581. Grayscale: #9B9B9B. Windows color (decimal): -1607042 or 8288999. OLE color: 8288999.

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

Color convert

RGB 231 122 126 -
CMYK 0 0.47 0.45 0.09
HSL 357.8º 0.69% 0.69% -
HSV(B) 357.8º 0.47% 0.91% -
XYZ 43.68 32.41 23.69 -
YUV 155.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 231 122 126 0 0.47 0.45 0.09 357.8 0.69 0.69
Hex E7 7A 7E 0 2F 2D 9 166 45 45
Octal 347 172 176 0 57 55 11 546 105 105
Binary 11100111 1111010 1111110 0 101111 101101 1001 101100110 1000101 1000101

Color Harmonies of #E77A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A7E

Black with #E77A7E

Text Example


Text Example

White with #E77A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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