Html Css Color HEX #E07280 Froly

📋 copy color: '#E07280'

red 224 ◦ green 114 ◦ blue 128

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

Shades of Froly #E07280

Tints of Froly #E07280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.46%

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

R = 48.07%
G = 24.46%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E07280 (or 0xE07280) is known color: Froly. HEX triplet: E0, 72 and 80. RGB value is (224,114,128). Sum of RGB (Red+Green+Blue) = 224+114+128=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E07280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07280 is #1F8D7F. Grayscale: #949494. Windows color (decimal): -2067840 or 8418016. OLE color: 8418016.

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

Color convert

RGB 224 114 128 -
CMYK 0 0.49 0.43 0.12
HSL 352.36º 0.64% 0.66% -
HSV(B) 352.36º 0.49% 0.88% -
XYZ 40.65 29.44 23.96 -
YUV 148.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 224 114 128 0 0.49 0.43 0.12 352.36 0.64 0.66
Hex E0 72 80 0 31 2B C 160 40 42
Octal 340 162 200 0 61 53 14 540 100 102
Binary 11100000 1110010 10000000 0 110001 101011 1100 101100000 1000000 1000010

Color Harmonies of #E07280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07280

Black with #E07280

Text Example


Text Example

White with #E07280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07280; }

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

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

background-color css

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

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

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

border-color css

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

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

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