Html Css Color HEX #E27475 Froly

📋 copy color: '#E27475'

red 226 ◦ green 116 ◦ blue 117

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

Shades of Froly #E27475

Tints of Froly #E27475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 49.24%
G = 25.27%
B = 25.49%

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

#E27475 (or 0xE27475) is known color: Froly. HEX triplet: E2, 74 and 75. RGB value is (226,116,117). Sum of RGB (Red+Green+Blue) = 226+116+117=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E27475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27475 is #1D8B8A. Grayscale: #959595. Windows color (decimal): -1936267 or 7697634. OLE color: 7697634.

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

Color convert

RGB 226 116 117 -
CMYK 0 0.49 0.48 0.11
HSL 359.45º 0.65% 0.67% -
HSV(B) 359.45º 0.49% 0.89% -
XYZ 40.82 29.94 20.46 -
YUV 149 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 226 116 117 0 0.49 0.48 0.11 359.45 0.65 0.67
Hex E2 74 75 0 31 30 B 167 41 43
Octal 342 164 165 0 61 60 13 547 101 103
Binary 11100010 1110100 1110101 0 110001 110000 1011 101100111 1000001 1000011

Color Harmonies of #E27475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27475

Black with #E27475

Text Example


Text Example

White with #E27475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27475; }

 p { color: rgb(226,116,117); }

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

background-color css

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

 a { background-color: rgb(226,116,117); }

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

border-color css

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

 span { border-color: rgb(226,116,117); }

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