Html Css Color HEX #E07378 Froly

📋 copy color: '#E07378'

red 224 ◦ green 115 ◦ blue 120

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

Shades of Froly #E07378

Tints of Froly #E07378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 48.8%
G = 25.05%
B = 26.14%

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

#E07378 (or 0xE07378) is known color: Froly. HEX triplet: E0, 73 and 78. RGB value is (224,115,120). Sum of RGB (Red+Green+Blue) = 224+115+120=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E07378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07378 is #1F8C87. Grayscale: #949494. Windows color (decimal): -2067592 or 7893984. OLE color: 7893984.

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

Color convert

RGB 224 115 120 -
CMYK 0 0.49 0.46 0.12
HSL 357.25º 0.64% 0.66% -
HSV(B) 357.25º 0.49% 0.88% -
XYZ 40.26 29.46 21.33 -
YUV 148.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 224 115 120 0 0.49 0.46 0.12 357.25 0.64 0.66
Hex E0 73 78 0 31 2E C 165 40 42
Octal 340 163 170 0 61 56 14 545 100 102
Binary 11100000 1110011 1111000 0 110001 101110 1100 101100101 1000000 1000010

Color Harmonies of #E07378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07378

Black with #E07378

Text Example


Text Example

White with #E07378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07378; }

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

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

background-color css

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

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

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

border-color css

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

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

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