Html Css Color HEX #E07C7F Froly

📋 copy color: '#E07C7F'

red 224 ◦ green 124 ◦ blue 127

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

Shades of Froly #E07C7F

Tints of Froly #E07C7F

RGB

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

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

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

R = 47.16%
G = 26.11%
B = 26.74%

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

#E07C7F (or 0xE07C7F) is known color: Froly. HEX triplet: E0, 7C and 7F. RGB value is (224,124,127). Sum of RGB (Red+Green+Blue) = 224+124+127=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C7F is #1F8380. Grayscale: #9A9A9A. Windows color (decimal): -2065281 or 8355040. OLE color: 8355040.

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

Color convert

RGB 224 124 127 -
CMYK 0 0.45 0.43 0.12
HSL 358.2º 0.62% 0.68% -
HSV(B) 358.2º 0.45% 0.88% -
XYZ 41.78 31.79 24.01 -
YUV 154.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 224 124 127 0 0.45 0.43 0.12 358.2 0.62 0.68
Hex E0 7C 7F 0 2D 2B C 166 3E 44
Octal 340 174 177 0 55 53 14 546 76 104
Binary 11100000 1111100 1111111 0 101101 101011 1100 101100110 111110 1000100

Color Harmonies of #E07C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C7F

Black with #E07C7F

Text Example


Text Example

White with #E07C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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