Html Css Color HEX #E47A7E Froly

📋 copy color: '#E47A7E'

red 228 ◦ green 122 ◦ blue 126

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

Shades of Froly #E47A7E

Tints of Froly #E47A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 47.9%
G = 25.63%
B = 26.47%

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

#E47A7E (or 0xE47A7E) is known color: Froly. HEX triplet: E4, 7A and 7E. RGB value is (228,122,126). Sum of RGB (Red+Green+Blue) = 228+122+126=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47A7E is #1B8581. Grayscale: #9A9A9A. Windows color (decimal): -1803650 or 8288996. OLE color: 8288996.

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

Color convert

RGB 228 122 126 -
CMYK 0 0.46 0.45 0.11
HSL 357.74º 0.66% 0.69% -
HSV(B) 357.74º 0.46% 0.89% -
XYZ 42.72 31.92 23.65 -
YUV 154.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 228 122 126 0 0.46 0.45 0.11 357.74 0.66 0.69
Hex E4 7A 7E 0 2E 2D B 166 42 45
Octal 344 172 176 0 56 55 13 546 102 105
Binary 11100100 1111010 1111110 0 101110 101101 1011 101100110 1000010 1000101

Color Harmonies of #E47A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47A7E

Black with #E47A7E

Text Example


Text Example

White with #E47A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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