Html Css Color HEX #E0737D Froly

📋 copy color: '#E0737D'

red 224 ◦ green 115 ◦ blue 125

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

Shades of Froly #E0737D

Tints of Froly #E0737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 48.28%
G = 24.78%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0737D (or 0xE0737D) is known color: Froly. HEX triplet: E0, 73 and 7D. RGB value is (224,115,125). Sum of RGB (Red+Green+Blue) = 224+115+125=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0737D is #1F8C82. Grayscale: #949494. Windows color (decimal): -2067587 or 8221664. OLE color: 8221664.

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

Color convert

RGB 224 115 125 -
CMYK 0 0.49 0.44 0.12
HSL 354.5º 0.64% 0.66% -
HSV(B) 354.5º 0.49% 0.88% -
XYZ 40.57 29.59 22.97 -
YUV 148.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 224 115 125 0 0.49 0.44 0.12 354.5 0.64 0.66
Hex E0 73 7D 0 31 2C C 162 40 42
Octal 340 163 175 0 61 54 14 542 100 102
Binary 11100000 1110011 1111101 0 110001 101100 1100 101100010 1000000 1000010

Color Harmonies of #E0737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0737D

Black with #E0737D

Text Example


Text Example

White with #E0737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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