Html Css Color HEX #E07E80 Froly

📋 copy color: '#E07E80'

red 224 ◦ green 126 ◦ blue 128

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

Shades of Froly #E07E80

Tints of Froly #E07E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.36%

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

R = 46.86%
G = 26.36%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E07E80 (or 0xE07E80) is known color: Froly. HEX triplet: E0, 7E and 80. RGB value is (224,126,128). Sum of RGB (Red+Green+Blue) = 224+126+128=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E80 is #1F817F. Grayscale: #9B9B9B. Windows color (decimal): -2064768 or 8421088. OLE color: 8421088.

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

Color convert

RGB 224 126 128 -
CMYK 0 0.44 0.43 0.12
HSL 358.78º 0.61% 0.69% -
HSV(B) 358.78º 0.44% 0.88% -
XYZ 42.1 32.33 24.44 -
YUV 155.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 224 126 128 0 0.44 0.43 0.12 358.78 0.61 0.69
Hex E0 7E 80 0 2C 2B C 167 3D 45
Octal 340 176 200 0 54 53 14 547 75 105
Binary 11100000 1111110 10000000 0 101100 101011 1100 101100111 111101 1000101

Color Harmonies of #E07E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E80

Black with #E07E80

Text Example


Text Example

White with #E07E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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