Html Css Color HEX #E07278 Froly

📋 copy color: '#E07278'

red 224 ◦ green 114 ◦ blue 120

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

Shades of Froly #E07278

Tints of Froly #E07278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.2%

R = 48.91%
G = 24.89%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E07278 (or 0xE07278) is known color: Froly. HEX triplet: E0, 72 and 78. RGB value is (224,114,120). Sum of RGB (Red+Green+Blue) = 224+114+120=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07278 is #1F8D87. Grayscale: #939393. Windows color (decimal): -2067848 or 7893728. OLE color: 7893728.

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

Color convert

RGB 224 114 120 -
CMYK 0 0.49 0.46 0.12
HSL 356.73º 0.64% 0.66% -
HSV(B) 356.73º 0.49% 0.88% -
XYZ 40.15 29.24 21.3 -
YUV 147.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 224 114 120 0 0.49 0.46 0.12 356.73 0.64 0.66
Hex E0 72 78 0 31 2E C 165 40 42
Octal 340 162 170 0 61 56 14 545 100 102
Binary 11100000 1110010 1111000 0 110001 101110 1100 101100101 1000000 1000010

Color Harmonies of #E07278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07278

Black with #E07278

Text Example


Text Example

White with #E07278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07278; }

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

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

background-color css

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

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

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

border-color css

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

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

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