Html Css Color HEX #E0737A Froly

📋 copy color: '#E0737A'

red 224 ◦ green 115 ◦ blue 122

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

Shades of Froly #E0737A

Tints of Froly #E0737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 48.59%
G = 24.95%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0737A (or 0xE0737A) is known color: Froly. HEX triplet: E0, 73 and 7A. RGB value is (224,115,122). Sum of RGB (Red+Green+Blue) = 224+115+122=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0737A is #1F8C85. Grayscale: #949494. Windows color (decimal): -2067590 or 8025056. OLE color: 8025056.

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

Color convert

RGB 224 115 122 -
CMYK 0 0.49 0.46 0.12
HSL 356.15º 0.64% 0.66% -
HSV(B) 356.15º 0.49% 0.88% -
XYZ 40.38 29.51 21.98 -
YUV 148.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 224 115 122 0 0.49 0.46 0.12 356.15 0.64 0.66
Hex E0 73 7A 0 31 2E C 164 40 42
Octal 340 163 172 0 61 56 14 544 100 102
Binary 11100000 1110011 1111010 0 110001 101110 1100 101100100 1000000 1000010

Color Harmonies of #E0737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0737A

Black with #E0737A

Text Example


Text Example

White with #E0737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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