Html Css Color HEX #E0727C Froly

📋 copy color: '#E0727C'

red 224 ◦ green 114 ◦ blue 124

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

Shades of Froly #E0727C

Tints of Froly #E0727C

RGB

 RED value IS 224 (87.89% from 255) = 48.48%

 GREEN value IS 114 (44.92% from 255) = 24.68%

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

R = 48.48%
G = 24.68%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0727C (or 0xE0727C) is known color: Froly. HEX triplet: E0, 72 and 7C. RGB value is (224,114,124). Sum of RGB (Red+Green+Blue) = 224+114+124=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0727C is #1F8D83. Grayscale: #949494. Windows color (decimal): -2067844 or 8155872. OLE color: 8155872.

HSL color Cylindrical-coordinate representation of color #E0727C: hue angle of 354.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0727C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 124 -
CMYK 0 0.49 0.45 0.12
HSL 354.55º 0.64% 0.66% -
HSV(B) 354.55º 0.49% 0.88% -
XYZ 40.4 29.34 22.6 -
YUV 148.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 224 114 124 0 0.49 0.45 0.12 354.55 0.64 0.66
Hex E0 72 7C 0 31 2D C 163 40 42
Octal 340 162 174 0 61 55 14 543 100 102
Binary 11100000 1110010 1111100 0 110001 101101 1100 101100011 1000000 1000010

Color Harmonies of #E0727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0727C

Black with #E0727C

Text Example


Text Example

White with #E0727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0727C; }

 p { color: rgb(224,114,124); }

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

background-color css

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

 a { background-color: rgb(224,114,124); }

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

border-color css

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

 span { border-color: rgb(224,114,124); }

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