Html Css Color HEX #E0787D Froly

📋 copy color: '#E0787D'

red 224 ◦ green 120 ◦ blue 125

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

Shades of Froly #E0787D

Tints of Froly #E0787D

RGB

 RED value IS 224 (87.89% from 255) = 47.76%

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

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

R = 47.76%
G = 25.59%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0787D (or 0xE0787D) is known color: Froly. HEX triplet: E0, 78 and 7D. RGB value is (224,120,125). Sum of RGB (Red+Green+Blue) = 224+120+125=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0787D is #1F8782. Grayscale: #979797. Windows color (decimal): -2066307 or 8222944. OLE color: 8222944.

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

Color convert

RGB 224 120 125 -
CMYK 0 0.46 0.44 0.12
HSL 357.12º 0.63% 0.67% -
HSV(B) 357.12º 0.46% 0.88% -
XYZ 41.16 30.76 23.17 -
YUV 151.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 224 120 125 0 0.46 0.44 0.12 357.12 0.63 0.67
Hex E0 78 7D 0 2E 2C C 165 3F 43
Octal 340 170 175 0 56 54 14 545 77 103
Binary 11100000 1111000 1111101 0 101110 101100 1100 101100101 111111 1000011

Color Harmonies of #E0787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0787D

Black with #E0787D

Text Example


Text Example

White with #E0787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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