Html Css Color HEX #E06973 Froly

📋 copy color: '#E06973'

red 224 ◦ green 105 ◦ blue 115

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

Shades of Froly #E06973

Tints of Froly #E06973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

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

R = 50.45%
G = 23.65%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06973 (or 0xE06973) is known color: Froly. HEX triplet: E0, 69 and 73. RGB value is (224,105,115). Sum of RGB (Red+Green+Blue) = 224+105+115=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E06973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06973 is #1F968C. Grayscale: #8D8D8D. Windows color (decimal): -2070157 or 7563744. OLE color: 7563744.

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

Color convert

RGB 224 105 115 -
CMYK 0 0.53 0.49 0.12
HSL 354.96º 0.66% 0.65% -
HSV(B) 354.96º 0.53% 0.88% -
XYZ 38.89 27.19 19.42 -
YUV 141.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 224 105 115 0 0.53 0.49 0.12 354.96 0.66 0.65
Hex E0 69 73 0 35 31 C 163 42 41
Octal 340 151 163 0 65 61 14 543 102 101
Binary 11100000 1101001 1110011 0 110101 110001 1100 101100011 1000010 1000001

Color Harmonies of #E06973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06973

Black with #E06973

Text Example


Text Example

White with #E06973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06973; }

 p { color: rgb(224,105,115); }

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

background-color css

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

 a { background-color: rgb(224,105,115); }

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

border-color css

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

 span { border-color: rgb(224,105,115); }

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