Html Css Color HEX #E1787D Froly

📋 copy color: '#E1787D'

red 225 ◦ green 120 ◦ blue 125

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

Shades of Froly #E1787D

Tints of Froly #E1787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.53%

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

R = 47.87%
G = 25.53%
B = 26.6%

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

#E1787D (or 0xE1787D) is known color: Froly. HEX triplet: E1, 78 and 7D. RGB value is (225,120,125). Sum of RGB (Red+Green+Blue) = 225+120+125=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1787D is #1E8782. Grayscale: #989898. Windows color (decimal): -2000771 or 8222945. OLE color: 8222945.

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

Color convert

RGB 225 120 125 -
CMYK 0 0.47 0.44 0.12
HSL 357.14º 0.64% 0.68% -
HSV(B) 357.14º 0.47% 0.88% -
XYZ 41.47 30.92 23.18 -
YUV 151.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 225 120 125 0 0.47 0.44 0.12 357.14 0.64 0.68
Hex E1 78 7D 0 2F 2C C 165 40 44
Octal 341 170 175 0 57 54 14 545 100 104
Binary 11100001 1111000 1111101 0 101111 101100 1100 101100101 1000000 1000100

Color Harmonies of #E1787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1787D

Black with #E1787D

Text Example


Text Example

White with #E1787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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