Html Css Color HEX #E77A7D Froly

📋 copy color: '#E77A7D'

red 231 ◦ green 122 ◦ blue 125

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

Shades of Froly #E77A7D

Tints of Froly #E77A7D

RGB

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

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

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

R = 48.33%
G = 25.52%
B = 26.15%

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

#E77A7D (or 0xE77A7D) is known color: Froly. HEX triplet: E7, 7A and 7D. RGB value is (231,122,125). Sum of RGB (Red+Green+Blue) = 231+122+125=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A7D is #188582. Grayscale: #9B9B9B. Windows color (decimal): -1607043 or 8223463. OLE color: 8223463.

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

Color convert

RGB 231 122 125 -
CMYK 0 0.47 0.46 0.09
HSL 358.35º 0.69% 0.69% -
HSV(B) 358.35º 0.47% 0.91% -
XYZ 43.62 32.39 23.35 -
YUV 154.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 231 122 125 0 0.47 0.46 0.09 358.35 0.69 0.69
Hex E7 7A 7D 0 2F 2E 9 166 45 45
Octal 347 172 175 0 57 56 11 546 105 105
Binary 11100111 1111010 1111101 0 101111 101110 1001 101100110 1000101 1000101

Color Harmonies of #E77A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A7D

Black with #E77A7D

Text Example


Text Example

White with #E77A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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