Html Css Color HEX #E27378 Froly

📋 copy color: '#E27378'

red 226 ◦ green 115 ◦ blue 120

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

Shades of Froly #E27378

Tints of Froly #E27378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.03%

R = 49.02%
G = 24.95%
B = 26.03%

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

#E27378 (or 0xE27378) is known color: Froly. HEX triplet: E2, 73 and 78. RGB value is (226,115,120). Sum of RGB (Red+Green+Blue) = 226+115+120=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E27378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27378 is #1D8C87. Grayscale: #949494. Windows color (decimal): -1936520 or 7893986. OLE color: 7893986.

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

Color convert

RGB 226 115 120 -
CMYK 0 0.49 0.47 0.11
HSL 357.3º 0.66% 0.67% -
HSV(B) 357.3º 0.49% 0.89% -
XYZ 40.88 29.79 21.36 -
YUV 148.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 226 115 120 0 0.49 0.47 0.11 357.3 0.66 0.67
Hex E2 73 78 0 31 2F B 165 42 43
Octal 342 163 170 0 61 57 13 545 102 103
Binary 11100010 1110011 1111000 0 110001 101111 1011 101100101 1000010 1000011

Color Harmonies of #E27378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27378

Black with #E27378

Text Example


Text Example

White with #E27378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27378; }

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

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

background-color css

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

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

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

border-color css

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

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

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