Html Css Color HEX #E0787F Froly

📋 copy color: '#E0787F'

red 224 ◦ green 120 ◦ blue 127

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

Shades of Froly #E0787F

Tints of Froly #E0787F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.96%

R = 47.56%
G = 25.48%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0787F (or 0xE0787F) is known color: Froly. HEX triplet: E0, 78 and 7F. RGB value is (224,120,127). Sum of RGB (Red+Green+Blue) = 224+120+127=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0787F is #1F8780. Grayscale: #979797. Windows color (decimal): -2066305 or 8354016. OLE color: 8354016.

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

Color convert

RGB 224 120 127 -
CMYK 0 0.46 0.43 0.12
HSL 355.96º 0.63% 0.67% -
HSV(B) 355.96º 0.46% 0.88% -
XYZ 41.29 30.81 23.85 -
YUV 151.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 224 120 127 0 0.46 0.43 0.12 355.96 0.63 0.67
Hex E0 78 7F 0 2E 2B C 164 3F 43
Octal 340 170 177 0 56 53 14 544 77 103
Binary 11100000 1111000 1111111 0 101110 101011 1100 101100100 111111 1000011

Color Harmonies of #E0787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0787F

Black with #E0787F

Text Example


Text Example

White with #E0787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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