Html Css Color HEX #E46072 Froly

📋 copy color: '#E46072'

red 228 ◦ green 96 ◦ blue 114

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

Shades of Froly #E46072

Tints of Froly #E46072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.92%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 52.05%
G = 21.92%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E46072 (or 0xE46072) is known color: Froly. HEX triplet: E4, 60 and 72. RGB value is (228,96,114). Sum of RGB (Red+Green+Blue) = 228+96+114=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E46072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46072 is #1B9F8D. Grayscale: #898989. Windows color (decimal): -1810318 or 7495908. OLE color: 7495908.

HSL color Cylindrical-coordinate representation of color #E46072: hue angle of 351.82º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E46072 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 114 -
CMYK 0 0.58 0.50 0.11
HSL 351.82º 0.71% 0.64% -
HSV(B) 351.82º 0.58% 0.89% -
XYZ 39.22 26.07 18.89 -
YUV 137.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 228 96 114 0 0.58 0.50 0.11 351.82 0.71 0.64
Hex E4 60 72 0 3A 32 B 160 47 40
Octal 344 140 162 0 72 62 13 540 107 100
Binary 11100100 1100000 1110010 0 111010 110010 1011 101100000 1000111 1000000

Color Harmonies of #E46072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46072

Black with #E46072

Text Example


Text Example

White with #E46072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46072; }

 p { color: rgb(228,96,114); }

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

background-color css

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

 a { background-color: rgb(228,96,114); }

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

border-color css

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

 span { border-color: rgb(228,96,114); }

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