Html Css Color HEX #E46B6F Froly

📋 copy color: '#E46B6F'

red 228 ◦ green 107 ◦ blue 111

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

Shades of Froly #E46B6F

Tints of Froly #E46B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

 BLUE value IS 111 (43.75% from 255) = 24.89%

R = 51.12%
G = 23.99%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E46B6F (or 0xE46B6F) is known color: Froly. HEX triplet: E4, 6B and 6F. RGB value is (228,107,111). Sum of RGB (Red+Green+Blue) = 228+107+111=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B6F is #1B9490. Grayscale: #8F8F8F. Windows color (decimal): -1807505 or 7302116. OLE color: 7302116.

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

Color convert

RGB 228 107 111 -
CMYK 0 0.53 0.51 0.11
HSL 358.02º 0.69% 0.66% -
HSV(B) 358.02º 0.53% 0.89% -
XYZ 40.12 28.16 18.36 -
YUV 143.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 228 107 111 0 0.53 0.51 0.11 358.02 0.69 0.66
Hex E4 6B 6F 0 35 33 B 166 45 42
Octal 344 153 157 0 65 63 13 546 105 102
Binary 11100100 1101011 1101111 0 110101 110011 1011 101100110 1000101 1000010

Color Harmonies of #E46B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46B6F

Black with #E46B6F

Text Example


Text Example

White with #E46B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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