Html Css Color HEX #E17377 Froly

📋 copy color: '#E17377'

red 225 ◦ green 115 ◦ blue 119

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

Shades of Froly #E17377

Tints of Froly #E17377

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

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

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

R = 49.02%
G = 25.05%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E17377 (or 0xE17377) is known color: Froly. HEX triplet: E1, 73 and 77. RGB value is (225,115,119). Sum of RGB (Red+Green+Blue) = 225+115+119=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E17377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17377 is #1E8C88. Grayscale: #949494. Windows color (decimal): -2002057 or 7828449. OLE color: 7828449.

HSL color Cylindrical-coordinate representation of color #E17377: hue angle of 357.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17377 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 119 -
CMYK 0 0.49 0.47 0.12
HSL 357.82º 0.65% 0.67% -
HSV(B) 357.82º 0.49% 0.88% -
XYZ 40.51 29.6 21.03 -
YUV 148.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 225 115 119 0 0.49 0.47 0.12 357.82 0.65 0.67
Hex E1 73 77 0 31 2F C 166 41 43
Octal 341 163 167 0 61 57 14 546 101 103
Binary 11100001 1110011 1110111 0 110001 101111 1100 101100110 1000001 1000011

Color Harmonies of #E17377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17377

Black with #E17377

Text Example


Text Example

White with #E17377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17377; }

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

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

background-color css

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

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

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

border-color css

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

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

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