Html Css Color HEX #E07476 Froly

📋 copy color: '#E07476'

red 224 ◦ green 116 ◦ blue 118

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

Shades of Froly #E07476

Tints of Froly #E07476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.33%

 BLUE value IS 118 (46.48% from 255) = 25.76%

R = 48.91%
G = 25.33%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E07476 (or 0xE07476) is known color: Froly. HEX triplet: E0, 74 and 76. RGB value is (224,116,118). Sum of RGB (Red+Green+Blue) = 224+116+118=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07476 is #1F8B89. Grayscale: #949494. Windows color (decimal): -2067338 or 7763168. OLE color: 7763168.

HSL color Cylindrical-coordinate representation of color #E07476: hue angle of 358.89º degrees, saturation: 0.64, 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 #E07476 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 118 -
CMYK 0 0.48 0.47 0.12
HSL 358.89º 0.64% 0.67% -
HSV(B) 358.89º 0.48% 0.88% -
XYZ 40.26 29.65 20.74 -
YUV 148.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 224 116 118 0 0.48 0.47 0.12 358.89 0.64 0.67
Hex E0 74 76 0 30 2F C 167 40 43
Octal 340 164 166 0 60 57 14 547 100 103
Binary 11100000 1110100 1110110 0 110000 101111 1100 101100111 1000000 1000011

Color Harmonies of #E07476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07476

Black with #E07476

Text Example


Text Example

White with #E07476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07476; }

 p { color: rgb(224,116,118); }

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

background-color css

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

 a { background-color: rgb(224,116,118); }

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

border-color css

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

 span { border-color: rgb(224,116,118); }

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