Html Css Color HEX #E46676 Froly

📋 copy color: '#E46676'

red 228 ◦ green 102 ◦ blue 118

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

Shades of Froly #E46676

Tints of Froly #E46676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.77%

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

R = 50.89%
G = 22.77%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E46676 (or 0xE46676) is known color: Froly. HEX triplet: E4, 66 and 76. RGB value is (228,102,118). Sum of RGB (Red+Green+Blue) = 228+102+118=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E46676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46676 is #1B9989. Grayscale: #8D8D8D. Windows color (decimal): -1808778 or 7759588. OLE color: 7759588.

HSL color Cylindrical-coordinate representation of color #E46676: hue angle of 352.38º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E46676 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 102 118 -
CMYK 0 0.55 0.48 0.11
HSL 352.38º 0.7% 0.65% -
HSV(B) 352.38º 0.55% 0.89% -
XYZ 40.02 27.3 20.3 -
YUV 141.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 228 102 118 0 0.55 0.48 0.11 352.38 0.7 0.65
Hex E4 66 76 0 37 30 B 160 46 41
Octal 344 146 166 0 67 60 13 540 106 101
Binary 11100100 1100110 1110110 0 110111 110000 1011 101100000 1000110 1000001

Color Harmonies of #E46676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46676

Black with #E46676

Text Example


Text Example

White with #E46676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46676; }

 p { color: rgb(228,102,118); }

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

background-color css

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

 a { background-color: rgb(228,102,118); }

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

border-color css

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

 span { border-color: rgb(228,102,118); }

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