Html Css Color HEX #E2737C Froly

📋 copy color: '#E2737C'

red 226 ◦ green 115 ◦ blue 124

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

Shades of Froly #E2737C

Tints of Froly #E2737C

RGB

 RED value IS 226 (88.67% from 255) = 48.6%

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

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

R = 48.6%
G = 24.73%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2737C (or 0xE2737C) is known color: Froly. HEX triplet: E2, 73 and 7C. RGB value is (226,115,124). Sum of RGB (Red+Green+Blue) = 226+115+124=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2737C is #1D8C83. Grayscale: #959595. Windows color (decimal): -1936516 or 8156130. OLE color: 8156130.

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

Color convert

RGB 226 115 124 -
CMYK 0 0.49 0.45 0.11
HSL 355.14º 0.66% 0.67% -
HSV(B) 355.14º 0.49% 0.89% -
XYZ 41.13 29.89 22.67 -
YUV 149.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 226 115 124 0 0.49 0.45 0.11 355.14 0.66 0.67
Hex E2 73 7C 0 31 2D B 163 42 43
Octal 342 163 174 0 61 55 13 543 102 103
Binary 11100010 1110011 1111100 0 110001 101101 1011 101100011 1000010 1000011

Color Harmonies of #E2737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2737C

Black with #E2737C

Text Example


Text Example

White with #E2737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2737C; }

 p { color: rgb(226,115,124); }

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

background-color css

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

 a { background-color: rgb(226,115,124); }

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

border-color css

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

 span { border-color: rgb(226,115,124); }

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