Html Css Color HEX #E07880 Froly

📋 copy color: '#E07880'

red 224 ◦ green 120 ◦ blue 128

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

Shades of Froly #E07880

Tints of Froly #E07880

RGB

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

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

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

R = 47.46%
G = 25.42%
B = 27.12%

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

#E07880 (or 0xE07880) is known color: Froly. HEX triplet: E0, 78 and 80. RGB value is (224,120,128). Sum of RGB (Red+Green+Blue) = 224+120+128=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E07880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07880 is #1F877F. Grayscale: #989898. Windows color (decimal): -2066304 or 8419552. OLE color: 8419552.

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

Color convert

RGB 224 120 128 -
CMYK 0 0.46 0.43 0.12
HSL 355.38º 0.63% 0.67% -
HSV(B) 355.38º 0.46% 0.88% -
XYZ 41.35 30.84 24.2 -
YUV 152.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 224 120 128 0 0.46 0.43 0.12 355.38 0.63 0.67
Hex E0 78 80 0 2E 2B C 163 3F 43
Octal 340 170 200 0 56 53 14 543 77 103
Binary 11100000 1111000 10000000 0 101110 101011 1100 101100011 111111 1000011

Color Harmonies of #E07880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07880

Black with #E07880

Text Example


Text Example

White with #E07880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07880; }

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

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

background-color css

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

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

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

border-color css

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

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

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