Html Css Color HEX #E06974 Froly

📋 copy color: '#E06974'

red 224 ◦ green 105 ◦ blue 116

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

Shades of Froly #E06974

Tints of Froly #E06974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 50.34%
G = 23.6%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06974 (or 0xE06974) is known color: Froly. HEX triplet: E0, 69 and 74. RGB value is (224,105,116). Sum of RGB (Red+Green+Blue) = 224+105+116=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06974 is #1F968B. Grayscale: #8D8D8D. Windows color (decimal): -2070156 or 7629280. OLE color: 7629280.

HSL color Cylindrical-coordinate representation of color #E06974: hue angle of 354.45º 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 #E06974 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 116 -
CMYK 0 0.53 0.48 0.12
HSL 354.45º 0.66% 0.65% -
HSV(B) 354.45º 0.53% 0.88% -
XYZ 38.94 27.21 19.72 -
YUV 141.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 224 105 116 0 0.53 0.48 0.12 354.45 0.66 0.65
Hex E0 69 74 0 35 30 C 162 42 41
Octal 340 151 164 0 65 60 14 542 102 101
Binary 11100000 1101001 1110100 0 110101 110000 1100 101100010 1000010 1000001

Color Harmonies of #E06974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06974

Black with #E06974

Text Example


Text Example

White with #E06974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06974; }

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

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

background-color css

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

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

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

border-color css

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

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

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