Html Css Color HEX #E2737D Froly

📋 copy color: '#E2737D'

red 226 ◦ green 115 ◦ blue 125

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

Shades of Froly #E2737D

Tints of Froly #E2737D

RGB

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

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

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

R = 48.5%
G = 24.68%
B = 26.82%

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

#E2737D (or 0xE2737D) is known color: Froly. HEX triplet: E2, 73 and 7D. RGB value is (226,115,125). Sum of RGB (Red+Green+Blue) = 226+115+125=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2737D is #1D8C82. Grayscale: #959595. Windows color (decimal): -1936515 or 8221666. OLE color: 8221666.

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

Color convert

RGB 226 115 125 -
CMYK 0 0.49 0.45 0.11
HSL 354.59º 0.66% 0.67% -
HSV(B) 354.59º 0.49% 0.89% -
XYZ 41.2 29.91 23 -
YUV 149.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 226 115 125 0 0.49 0.45 0.11 354.59 0.66 0.67
Hex E2 73 7D 0 31 2D B 163 42 43
Octal 342 163 175 0 61 55 13 543 102 103
Binary 11100010 1110011 1111101 0 110001 101101 1011 101100011 1000010 1000011

Color Harmonies of #E2737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2737D

Black with #E2737D

Text Example


Text Example

White with #E2737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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