Html Css Color HEX #E46C7D Froly

📋 copy color: '#E46C7D'

red 228 ◦ green 108 ◦ blue 125

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

Shades of Froly #E46C7D

Tints of Froly #E46C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 49.46%
G = 23.43%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E46C7D (or 0xE46C7D) is known color: Froly. HEX triplet: E4, 6C and 7D. RGB value is (228,108,125). Sum of RGB (Red+Green+Blue) = 228+108+125=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46C7D is #1B9382. Grayscale: #919191. Windows color (decimal): -1807235 or 8219876. OLE color: 8219876.

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

Color convert

RGB 228 108 125 -
CMYK 0 0.53 0.45 0.11
HSL 351.5º 0.69% 0.66% -
HSV(B) 351.5º 0.53% 0.89% -
XYZ 41.06 28.7 22.78 -
YUV 145.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 228 108 125 0 0.53 0.45 0.11 351.5 0.69 0.66
Hex E4 6C 7D 0 35 2D B 160 45 42
Octal 344 154 175 0 65 55 13 540 105 102
Binary 11100100 1101100 1111101 0 110101 101101 1011 101100000 1000101 1000010

Color Harmonies of #E46C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46C7D

Black with #E46C7D

Text Example


Text Example

White with #E46C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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