Html Css Color HEX #E1777B Froly

📋 copy color: '#E1777B'

red 225 ◦ green 119 ◦ blue 123

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

Shades of Froly #E1777B

Tints of Froly #E1777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 48.18%
G = 25.48%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1777B (or 0xE1777B) is known color: Froly. HEX triplet: E1, 77 and 7B. RGB value is (225,119,123). Sum of RGB (Red+Green+Blue) = 225+119+123=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1777B is #1E8884. Grayscale: #979797. Windows color (decimal): -2001029 or 8091617. OLE color: 8091617.

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

Color convert

RGB 225 119 123 -
CMYK 0 0.47 0.45 0.12
HSL 357.74º 0.64% 0.67% -
HSV(B) 357.74º 0.47% 0.88% -
XYZ 41.22 30.63 22.48 -
YUV 151.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 225 119 123 0 0.47 0.45 0.12 357.74 0.64 0.67
Hex E1 77 7B 0 2F 2D C 166 40 43
Octal 341 167 173 0 57 55 14 546 100 103
Binary 11100001 1110111 1111011 0 101111 101101 1100 101100110 1000000 1000011

Color Harmonies of #E1777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1777B

Black with #E1777B

Text Example


Text Example

White with #E1777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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