Html Css Color HEX #E27376 Froly

📋 copy color: '#E27376'

red 226 ◦ green 115 ◦ blue 118

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

Shades of Froly #E27376

Tints of Froly #E27376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 49.24%
G = 25.05%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E27376 (or 0xE27376) is known color: Froly. HEX triplet: E2, 73 and 76. RGB value is (226,115,118). Sum of RGB (Red+Green+Blue) = 226+115+118=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E27376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27376 is #1D8C89. Grayscale: #949494. Windows color (decimal): -1936522 or 7762914. OLE color: 7762914.

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

Color convert

RGB 226 115 118 -
CMYK 0 0.49 0.48 0.11
HSL 358.38º 0.66% 0.67% -
HSV(B) 358.38º 0.49% 0.89% -
XYZ 40.76 29.74 20.73 -
YUV 148.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 226 115 118 0 0.49 0.48 0.11 358.38 0.66 0.67
Hex E2 73 76 0 31 30 B 166 42 43
Octal 342 163 166 0 61 60 13 546 102 103
Binary 11100010 1110011 1110110 0 110001 110000 1011 101100110 1000010 1000011

Color Harmonies of #E27376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27376

Black with #E27376

Text Example


Text Example

White with #E27376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27376; }

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

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

background-color css

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

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

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

border-color css

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

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

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