Html Css Color HEX #E46B7C Froly

📋 copy color: '#E46B7C'

red 228 ◦ green 107 ◦ blue 124

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

Shades of Froly #E46B7C

Tints of Froly #E46B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 49.67%
G = 23.31%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E46B7C (or 0xE46B7C) is known color: Froly. HEX triplet: E4, 6B and 7C. RGB value is (228,107,124). Sum of RGB (Red+Green+Blue) = 228+107+124=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B7C is #1B9483. Grayscale: #919191. Windows color (decimal): -1807492 or 8154084. OLE color: 8154084.

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

Color convert

RGB 228 107 124 -
CMYK 0 0.53 0.46 0.11
HSL 351.57º 0.69% 0.66% -
HSV(B) 351.57º 0.53% 0.89% -
XYZ 40.89 28.46 22.41 -
YUV 145.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 228 107 124 0 0.53 0.46 0.11 351.57 0.69 0.66
Hex E4 6B 7C 0 35 2E B 160 45 42
Octal 344 153 174 0 65 56 13 540 105 102
Binary 11100100 1101011 1111100 0 110101 101110 1011 101100000 1000101 1000010

Color Harmonies of #E46B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46B7C

Black with #E46B7C

Text Example


Text Example

White with #E46B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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