Html Css Color HEX #E47A7D Froly

📋 copy color: '#E47A7D'

red 228 ◦ green 122 ◦ blue 125

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

Shades of Froly #E47A7D

Tints of Froly #E47A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

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

R = 48%
G = 25.68%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E47A7D (or 0xE47A7D) is known color: Froly. HEX triplet: E4, 7A and 7D. RGB value is (228,122,125). Sum of RGB (Red+Green+Blue) = 228+122+125=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47A7D is #1B8582. Grayscale: #9A9A9A. Windows color (decimal): -1803651 or 8223460. OLE color: 8223460.

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

Color convert

RGB 228 122 125 -
CMYK 0 0.46 0.45 0.11
HSL 358.3º 0.66% 0.69% -
HSV(B) 358.3º 0.46% 0.89% -
XYZ 42.66 31.89 23.31 -
YUV 154.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 228 122 125 0 0.46 0.45 0.11 358.3 0.66 0.69
Hex E4 7A 7D 0 2E 2D B 166 42 45
Octal 344 172 175 0 56 55 13 546 102 105
Binary 11100100 1111010 1111101 0 101110 101101 1011 101100110 1000010 1000101

Color Harmonies of #E47A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47A7D

Black with #E47A7D

Text Example


Text Example

White with #E47A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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