Html Css Color HEX #E06175 Froly

📋 copy color: '#E06175'

red 224 ◦ green 97 ◦ blue 117

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

Shades of Froly #E06175

Tints of Froly #E06175

RGB

 RED value IS 224 (87.89% from 255) = 51.14%

 GREEN value IS 97 (38.28% from 255) = 22.15%

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

R = 51.14%
G = 22.15%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06175 (or 0xE06175) is known color: Froly. HEX triplet: E0, 61 and 75. RGB value is (224,97,117). Sum of RGB (Red+Green+Blue) = 224+97+117=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E06175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06175 is #1F9E8A. Grayscale: #898989. Windows color (decimal): -2072203 or 7692768. OLE color: 7692768.

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

Color convert

RGB 224 97 117 -
CMYK 0 0.57 0.48 0.12
HSL 350.55º 0.67% 0.63% -
HSV(B) 350.55º 0.57% 0.88% -
XYZ 38.23 25.68 19.77 -
YUV 137.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 224 97 117 0 0.57 0.48 0.12 350.55 0.67 0.63
Hex E0 61 75 0 39 30 C 15F 43 3F
Octal 340 141 165 0 71 60 14 537 103 77
Binary 11100000 1100001 1110101 0 111001 110000 1100 101011111 1000011 111111

Color Harmonies of #E06175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06175

Black with #E06175

Text Example


Text Example

White with #E06175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06175; }

 p { color: rgb(224,97,117); }

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

background-color css

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

 a { background-color: rgb(224,97,117); }

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

border-color css

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

 span { border-color: rgb(224,97,117); }

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