Html Css Color HEX #E46F7E Froly

📋 copy color: '#E46F7E'

red 228 ◦ green 111 ◦ blue 126

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

Shades of Froly #E46F7E

Tints of Froly #E46F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.87%

 BLUE value IS 126 (49.61% from 255) = 27.1%

R = 49.03%
G = 23.87%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E46F7E (or 0xE46F7E) is known color: Froly. HEX triplet: E4, 6F and 7E. RGB value is (228,111,126). Sum of RGB (Red+Green+Blue) = 228+111+126=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F7E is #1B9081. Grayscale: #939393. Windows color (decimal): -1806466 or 8286180. OLE color: 8286180.

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

Color convert

RGB 228 111 126 -
CMYK 0 0.51 0.45 0.11
HSL 352.31º 0.68% 0.66% -
HSV(B) 352.31º 0.51% 0.89% -
XYZ 41.45 29.37 23.22 -
YUV 147.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 228 111 126 0 0.51 0.45 0.11 352.31 0.68 0.66
Hex E4 6F 7E 0 33 2D B 160 44 42
Octal 344 157 176 0 63 55 13 540 104 102
Binary 11100100 1101111 1111110 0 110011 101101 1011 101100000 1000100 1000010

Color Harmonies of #E46F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46F7E

Black with #E46F7E

Text Example


Text Example

White with #E46F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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