Html Css Color HEX #E1777D Froly

📋 copy color: '#E1777D'

red 225 ◦ green 119 ◦ blue 125

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

Shades of Froly #E1777D

Tints of Froly #E1777D

RGB

 RED value IS 225 (88.28% from 255) = 47.97%

 GREEN value IS 119 (46.88% from 255) = 25.37%

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

R = 47.97%
G = 25.37%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1777D (or 0xE1777D) is known color: Froly. HEX triplet: E1, 77 and 7D. RGB value is (225,119,125). Sum of RGB (Red+Green+Blue) = 225+119+125=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1777D is #1E8882. Grayscale: #979797. Windows color (decimal): -2001027 or 8222689. OLE color: 8222689.

HSL color Cylindrical-coordinate representation of color #E1777D: hue angle of 356.6º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1777D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 125 -
CMYK 0 0.47 0.44 0.12
HSL 356.6º 0.64% 0.67% -
HSV(B) 356.6º 0.47% 0.88% -
XYZ 41.35 30.68 23.14 -
YUV 151.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 225 119 125 0 0.47 0.44 0.12 356.6 0.64 0.67
Hex E1 77 7D 0 2F 2C C 165 40 43
Octal 341 167 175 0 57 54 14 545 100 103
Binary 11100001 1110111 1111101 0 101111 101100 1100 101100101 1000000 1000011

Color Harmonies of #E1777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1777D

Black with #E1777D

Text Example


Text Example

White with #E1777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1777D; }

 p { color: rgb(225,119,125); }

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

background-color css

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

 a { background-color: rgb(225,119,125); }

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

border-color css

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

 span { border-color: rgb(225,119,125); }

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