Html Css Color HEX #E47478 Froly

📋 copy color: '#E47478'

red 228 ◦ green 116 ◦ blue 120

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

Shades of Froly #E47478

Tints of Froly #E47478

RGB

 RED value IS 228 (89.45% from 255) = 49.14%

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

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

R = 49.14%
G = 25%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E47478 (or 0xE47478) is known color: Froly. HEX triplet: E4, 74 and 78. RGB value is (228,116,120). Sum of RGB (Red+Green+Blue) = 228+116+120=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E47478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47478 is #1B8B87. Grayscale: #969696. Windows color (decimal): -1805192 or 7894244. OLE color: 7894244.

HSL color Cylindrical-coordinate representation of color #E47478: hue angle of 357.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E47478 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 116 120 -
CMYK 0 0.49 0.47 0.11
HSL 357.86º 0.67% 0.67% -
HSV(B) 357.86º 0.49% 0.89% -
XYZ 41.63 30.34 21.43 -
YUV 149.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 228 116 120 0 0.49 0.47 0.11 357.86 0.67 0.67
Hex E4 74 78 0 31 2F B 166 43 43
Octal 344 164 170 0 61 57 13 546 103 103
Binary 11100100 1110100 1111000 0 110001 101111 1011 101100110 1000011 1000011

Color Harmonies of #E47478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47478

Black with #E47478

Text Example


Text Example

White with #E47478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47478; }

 p { color: rgb(228,116,120); }

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

background-color css

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

 a { background-color: rgb(228,116,120); }

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

border-color css

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

 span { border-color: rgb(228,116,120); }

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