Html Css Color HEX #E27377 Froly

📋 copy color: '#E27377'

red 226 ◦ green 115 ◦ blue 119

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

Shades of Froly #E27377

Tints of Froly #E27377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 49.13%
G = 25%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E27377 (or 0xE27377) is known color: Froly. HEX triplet: E2, 73 and 77. RGB value is (226,115,119). Sum of RGB (Red+Green+Blue) = 226+115+119=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E27377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27377 is #1D8C88. Grayscale: #949494. Windows color (decimal): -1936521 or 7828450. OLE color: 7828450.

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

Color convert

RGB 226 115 119 -
CMYK 0 0.49 0.47 0.11
HSL 357.84º 0.66% 0.67% -
HSV(B) 357.84º 0.49% 0.89% -
XYZ 40.82 29.76 21.05 -
YUV 148.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 226 115 119 0 0.49 0.47 0.11 357.84 0.66 0.67
Hex E2 73 77 0 31 2F B 166 42 43
Octal 342 163 167 0 61 57 13 546 102 103
Binary 11100010 1110011 1110111 0 110001 101111 1011 101100110 1000010 1000011

Color Harmonies of #E27377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27377

Black with #E27377

Text Example


Text Example

White with #E27377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27377; }

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

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

background-color css

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

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

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

border-color css

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

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

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