Html Css Color HEX #E17275 Froly

📋 copy color: '#E17275'

red 225 ◦ green 114 ◦ blue 117

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

Shades of Froly #E17275

Tints of Froly #E17275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25%

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

R = 49.34%
G = 25%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E17275 (or 0xE17275) is known color: Froly. HEX triplet: E1, 72 and 75. RGB value is (225,114,117). Sum of RGB (Red+Green+Blue) = 225+114+117=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17275 is #1E8D8A. Grayscale: #939393. Windows color (decimal): -2002315 or 7697121. OLE color: 7697121.

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

Color convert

RGB 225 114 117 -
CMYK 0 0.49 0.48 0.12
HSL 358.38º 0.65% 0.66% -
HSV(B) 358.38º 0.49% 0.88% -
XYZ 40.28 29.33 20.37 -
YUV 147.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 225 114 117 0 0.49 0.48 0.12 358.38 0.65 0.66
Hex E1 72 75 0 31 30 C 166 41 42
Octal 341 162 165 0 61 60 14 546 101 102
Binary 11100001 1110010 1110101 0 110001 110000 1100 101100110 1000001 1000010

Color Harmonies of #E17275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17275

Black with #E17275

Text Example


Text Example

White with #E17275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17275; }

 p { color: rgb(225,114,117); }

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

background-color css

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

 a { background-color: rgb(225,114,117); }

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

border-color css

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

 span { border-color: rgb(225,114,117); }

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