Html Css Color HEX #E07580 Froly

📋 copy color: '#E07580'

red 224 ◦ green 117 ◦ blue 128

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

Shades of Froly #E07580

Tints of Froly #E07580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.95%

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

R = 47.76%
G = 24.95%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E07580 (or 0xE07580) is known color: Froly. HEX triplet: E0, 75 and 80. RGB value is (224,117,128). Sum of RGB (Red+Green+Blue) = 224+117+128=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07580 is #1F8A7F. Grayscale: #969696. Windows color (decimal): -2067072 or 8418784. OLE color: 8418784.

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

Color convert

RGB 224 117 128 -
CMYK 0 0.48 0.43 0.12
HSL 353.83º 0.63% 0.67% -
HSV(B) 353.83º 0.48% 0.88% -
XYZ 41 30.13 24.08 -
YUV 150.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 224 117 128 0 0.48 0.43 0.12 353.83 0.63 0.67
Hex E0 75 80 0 30 2B C 162 3F 43
Octal 340 165 200 0 60 53 14 542 77 103
Binary 11100000 1110101 10000000 0 110000 101011 1100 101100010 111111 1000011

Color Harmonies of #E07580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07580

Black with #E07580

Text Example


Text Example

White with #E07580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07580; }

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

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

background-color css

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

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

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

border-color css

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

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

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