Html Css Color HEX #E77B7D Froly

📋 copy color: '#E77B7D'

red 231 ◦ green 123 ◦ blue 125

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

Shades of Froly #E77B7D

Tints of Froly #E77B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 48.23%
G = 25.68%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E77B7D (or 0xE77B7D) is known color: Froly. HEX triplet: E7, 7B and 7D. RGB value is (231,123,125). Sum of RGB (Red+Green+Blue) = 231+123+125=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B7D is #188482. Grayscale: #9B9B9B. Windows color (decimal): -1606787 or 8223719. OLE color: 8223719.

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

Color convert

RGB 231 123 125 -
CMYK 0 0.47 0.46 0.09
HSL 358.89º 0.69% 0.69% -
HSV(B) 358.89º 0.47% 0.91% -
XYZ 43.74 32.64 23.4 -
YUV 155.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 231 123 125 0 0.47 0.46 0.09 358.89 0.69 0.69
Hex E7 7B 7D 0 2F 2E 9 167 45 45
Octal 347 173 175 0 57 56 11 547 105 105
Binary 11100111 1111011 1111101 0 101111 101110 1001 101100111 1000101 1000101

Color Harmonies of #E77B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B7D

Black with #E77B7D

Text Example


Text Example

White with #E77B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B7D; }

 p { color: rgb(231,123,125); }

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

background-color css

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

 a { background-color: rgb(231,123,125); }

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

border-color css

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

 span { border-color: rgb(231,123,125); }

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