Html Css Color HEX #E17073 Froly

📋 copy color: '#E17073'

red 225 ◦ green 112 ◦ blue 115

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

Shades of Froly #E17073

Tints of Froly #E17073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.78%

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 49.78%
G = 24.78%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E17073 (or 0xE17073) is known color: Froly. HEX triplet: E1, 70 and 73. RGB value is (225,112,115). Sum of RGB (Red+Green+Blue) = 225+112+115=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E17073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17073 is #1E8F8C. Grayscale: #929292. Windows color (decimal): -2002829 or 7565537. OLE color: 7565537.

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

Color convert

RGB 225 112 115 -
CMYK 0 0.50 0.49 0.12
HSL 358.41º 0.65% 0.66% -
HSV(B) 358.41º 0.5% 0.88% -
XYZ 39.94 28.83 19.68 -
YUV 146.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 225 112 115 0 0.50 0.49 0.12 358.41 0.65 0.66
Hex E1 70 73 0 32 31 C 166 41 42
Octal 341 160 163 0 62 61 14 546 101 102
Binary 11100001 1110000 1110011 0 110010 110001 1100 101100110 1000001 1000010

Color Harmonies of #E17073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17073

Black with #E17073

Text Example


Text Example

White with #E17073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17073; }

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

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

background-color css

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

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

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

border-color css

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

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

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