Html Css Color HEX #E07C80 Froly

📋 copy color: '#E07C80'

red 224 ◦ green 124 ◦ blue 128

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

Shades of Froly #E07C80

Tints of Froly #E07C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.05%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 47.06%
G = 26.05%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E07C80 (or 0xE07C80) is known color: Froly. HEX triplet: E0, 7C and 80. RGB value is (224,124,128). Sum of RGB (Red+Green+Blue) = 224+124+128=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C80 is #1F837F. Grayscale: #9A9A9A. Windows color (decimal): -2065280 or 8420576. OLE color: 8420576.

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

Color convert

RGB 224 124 128 -
CMYK 0 0.45 0.43 0.12
HSL 357.6º 0.62% 0.68% -
HSV(B) 357.6º 0.45% 0.88% -
XYZ 41.84 31.82 24.36 -
YUV 154.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 224 124 128 0 0.45 0.43 0.12 357.6 0.62 0.68
Hex E0 7C 80 0 2D 2B C 166 3E 44
Octal 340 174 200 0 55 53 14 546 76 104
Binary 11100000 1111100 10000000 0 101101 101011 1100 101100110 111110 1000100

Color Harmonies of #E07C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C80

Black with #E07C80

Text Example


Text Example

White with #E07C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C80; }

 p { color: rgb(224,124,128); }

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

background-color css

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

 a { background-color: rgb(224,124,128); }

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

border-color css

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

 span { border-color: rgb(224,124,128); }

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