Html Css Color HEX #E47B7F Froly

📋 copy color: '#E47B7F'

red 228 ◦ green 123 ◦ blue 127

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

Shades of Froly #E47B7F

Tints of Froly #E47B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.73%

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

R = 47.7%
G = 25.73%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E47B7F (or 0xE47B7F) is known color: Froly. HEX triplet: E4, 7B and 7F. RGB value is (228,123,127). Sum of RGB (Red+Green+Blue) = 228+123+127=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47B7F is #1B8480. Grayscale: #9A9A9A. Windows color (decimal): -1803393 or 8354788. OLE color: 8354788.

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

Color convert

RGB 228 123 127 -
CMYK 0 0.46 0.44 0.11
HSL 357.71º 0.66% 0.69% -
HSV(B) 357.71º 0.46% 0.89% -
XYZ 42.91 32.19 24.03 -
YUV 154.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 228 123 127 0 0.46 0.44 0.11 357.71 0.66 0.69
Hex E4 7B 7F 0 2E 2C B 166 42 45
Octal 344 173 177 0 56 54 13 546 102 105
Binary 11100100 1111011 1111111 0 101110 101100 1011 101100110 1000010 1000101

Color Harmonies of #E47B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47B7F

Black with #E47B7F

Text Example


Text Example

White with #E47B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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