Html Css Color HEX #E46077 Froly

📋 copy color: '#E46077'

red 228 ◦ green 96 ◦ blue 119

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

Shades of Froly #E46077

Tints of Froly #E46077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 51.47%
G = 21.67%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E46077 (or 0xE46077) is known color: Froly. HEX triplet: E4, 60 and 77. RGB value is (228,96,119). Sum of RGB (Red+Green+Blue) = 228+96+119=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E46077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46077 is #1B9F88. Grayscale: #8A8A8A. Windows color (decimal): -1810313 or 7823588. OLE color: 7823588.

HSL color Cylindrical-coordinate representation of color #E46077: hue angle of 349.55º 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 #E46077 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 119 -
CMYK 0 0.58 0.48 0.11
HSL 349.55º 0.71% 0.64% -
HSV(B) 349.55º 0.58% 0.89% -
XYZ 39.51 26.19 20.43 -
YUV 138.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 228 96 119 0 0.58 0.48 0.11 349.55 0.71 0.64
Hex E4 60 77 0 3A 30 B 15E 47 40
Octal 344 140 167 0 72 60 13 536 107 100
Binary 11100100 1100000 1110111 0 111010 110000 1011 101011110 1000111 1000000

Color Harmonies of #E46077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46077

Black with #E46077

Text Example


Text Example

White with #E46077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46077; }

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

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

background-color css

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

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

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

border-color css

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

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

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