Html Css Color HEX #E4707C Froly

📋 copy color: '#E4707C'

red 228 ◦ green 112 ◦ blue 124

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

Shades of Froly #E4707C

Tints of Froly #E4707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

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

R = 49.14%
G = 24.14%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E4707C (or 0xE4707C) is known color: Froly. HEX triplet: E4, 70 and 7C. RGB value is (228,112,124). Sum of RGB (Red+Green+Blue) = 228+112+124=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E4707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4707C is #1B8F83. Grayscale: #949494. Windows color (decimal): -1806212 or 8155364. OLE color: 8155364.

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

Color convert

RGB 228 112 124 -
CMYK 0 0.51 0.46 0.11
HSL 353.79º 0.68% 0.67% -
HSV(B) 353.79º 0.51% 0.89% -
XYZ 41.43 29.54 22.59 -
YUV 148.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 228 112 124 0 0.51 0.46 0.11 353.79 0.68 0.67
Hex E4 70 7C 0 33 2E B 162 44 43
Octal 344 160 174 0 63 56 13 542 104 103
Binary 11100100 1110000 1111100 0 110011 101110 1011 101100010 1000100 1000011

Color Harmonies of #E4707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4707C

Black with #E4707C

Text Example


Text Example

White with #E4707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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