Html Css Color HEX #E0737F Froly

📋 copy color: '#E0737F'

red 224 ◦ green 115 ◦ blue 127

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

Shades of Froly #E0737F

Tints of Froly #E0737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 48.07%
G = 24.68%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0737F (or 0xE0737F) is known color: Froly. HEX triplet: E0, 73 and 7F. RGB value is (224,115,127). Sum of RGB (Red+Green+Blue) = 224+115+127=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0737F is #1F8C80. Grayscale: #959595. Windows color (decimal): -2067585 or 8352736. OLE color: 8352736.

HSL color Cylindrical-coordinate representation of color #E0737F: hue angle of 353.39º 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 #E0737F is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 127 -
CMYK 0 0.49 0.43 0.12
HSL 353.39º 0.64% 0.66% -
HSV(B) 353.39º 0.49% 0.88% -
XYZ 40.7 29.64 23.65 -
YUV 148.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 224 115 127 0 0.49 0.43 0.12 353.39 0.64 0.66
Hex E0 73 7F 0 31 2B C 161 40 42
Octal 340 163 177 0 61 53 14 541 100 102
Binary 11100000 1110011 1111111 0 110001 101011 1100 101100001 1000000 1000010

Color Harmonies of #E0737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0737F

Black with #E0737F

Text Example


Text Example

White with #E0737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0737F; }

 p { color: rgb(224,115,127); }

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

background-color css

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

 a { background-color: rgb(224,115,127); }

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

border-color css

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

 span { border-color: rgb(224,115,127); }

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