Html Css Color HEX #E46A6B Froly

📋 copy color: '#E46A6B'

red 228 ◦ green 106 ◦ blue 107

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

Shades of Froly #E46A6B

Tints of Froly #E46A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 51.7%
G = 24.04%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E46A6B (or 0xE46A6B) is known color: Froly. HEX triplet: E4, 6A and 6B. RGB value is (228,106,107). Sum of RGB (Red+Green+Blue) = 228+106+107=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A6B is #1B9594. Grayscale: #8E8E8E. Windows color (decimal): -1807765 or 7039716. OLE color: 7039716.

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

Color convert

RGB 228 106 107 -
CMYK 0 0.54 0.53 0.11
HSL 359.51º 0.69% 0.65% -
HSV(B) 359.51º 0.54% 0.89% -
XYZ 39.8 27.86 17.19 -
YUV 142.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 228 106 107 0 0.54 0.53 0.11 359.51 0.69 0.65
Hex E4 6A 6B 0 36 35 B 168 45 41
Octal 344 152 153 0 66 65 13 550 105 101
Binary 11100100 1101010 1101011 0 110110 110101 1011 101101000 1000101 1000001

Color Harmonies of #E46A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46A6B

Black with #E46A6B

Text Example


Text Example

White with #E46A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46A6B; }

 p { color: rgb(228,106,107); }

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

background-color css

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

 a { background-color: rgb(228,106,107); }

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

border-color css

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

 span { border-color: rgb(228,106,107); }

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