Html Css Color HEX #E46C7F Froly

📋 copy color: '#E46C7F'

red 228 ◦ green 108 ◦ blue 127

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

Shades of Froly #E46C7F

Tints of Froly #E46C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

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

R = 49.24%
G = 23.33%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E46C7F (or 0xE46C7F) is known color: Froly. HEX triplet: E4, 6C and 7F. RGB value is (228,108,127). Sum of RGB (Red+Green+Blue) = 228+108+127=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46C7F is #1B9380. Grayscale: #929292. Windows color (decimal): -1807233 or 8350948. OLE color: 8350948.

HSL color Cylindrical-coordinate representation of color #E46C7F: hue angle of 350.5º 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 #E46C7F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 108 127 -
CMYK 0 0.53 0.44 0.11
HSL 350.5º 0.69% 0.66% -
HSV(B) 350.5º 0.53% 0.89% -
XYZ 41.19 28.75 23.46 -
YUV 146.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 228 108 127 0 0.53 0.44 0.11 350.5 0.69 0.66
Hex E4 6C 7F 0 35 2C B 15E 45 42
Octal 344 154 177 0 65 54 13 536 105 102
Binary 11100100 1101100 1111111 0 110101 101100 1011 101011110 1000101 1000010

Color Harmonies of #E46C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46C7F

Black with #E46C7F

Text Example


Text Example

White with #E46C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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