Html Css Color HEX #E46E7F Froly

📋 copy color: '#E46E7F'

red 228 ◦ green 110 ◦ blue 127

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

Shades of Froly #E46E7F

Tints of Froly #E46E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.66%

 BLUE value IS 127 (50% from 255) = 27.31%

R = 49.03%
G = 23.66%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E46E7F (or 0xE46E7F) is known color: Froly. HEX triplet: E4, 6E and 7F. RGB value is (228,110,127). Sum of RGB (Red+Green+Blue) = 228+110+127=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E7F is #1B9180. Grayscale: #939393. Windows color (decimal): -1806721 or 8351460. OLE color: 8351460.

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

Color convert

RGB 228 110 127 -
CMYK 0 0.52 0.44 0.11
HSL 351.36º 0.69% 0.66% -
HSV(B) 351.36º 0.52% 0.89% -
XYZ 41.4 29.18 23.53 -
YUV 147.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 228 110 127 0 0.52 0.44 0.11 351.36 0.69 0.66
Hex E4 6E 7F 0 34 2C B 15F 45 42
Octal 344 156 177 0 64 54 13 537 105 102
Binary 11100100 1101110 1111111 0 110100 101100 1011 101011111 1000101 1000010

Color Harmonies of #E46E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46E7F

Black with #E46E7F

Text Example


Text Example

White with #E46E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46E7F; }

 p { color: rgb(228,110,127); }

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

background-color css

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

 a { background-color: rgb(228,110,127); }

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

border-color css

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

 span { border-color: rgb(228,110,127); }

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