Html Css Color HEX #E06874 Froly

📋 copy color: '#E06874'

red 224 ◦ green 104 ◦ blue 116

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

Shades of Froly #E06874

Tints of Froly #E06874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.42%

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

R = 50.45%
G = 23.42%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06874 (or 0xE06874) is known color: Froly. HEX triplet: E0, 68 and 74. RGB value is (224,104,116). Sum of RGB (Red+Green+Blue) = 224+104+116=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E06874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06874 is #1F978B. Grayscale: #8D8D8D. Windows color (decimal): -2070412 or 7629024. OLE color: 7629024.

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

Color convert

RGB 224 104 116 -
CMYK 0 0.54 0.48 0.12
HSL 354º 0.66% 0.64% -
HSV(B) 354º 0.54% 0.88% -
XYZ 38.84 27.01 19.69 -
YUV 141.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 224 104 116 0 0.54 0.48 0.12 354 0.66 0.64
Hex E0 68 74 0 36 30 C 162 42 40
Octal 340 150 164 0 66 60 14 542 102 100
Binary 11100000 1101000 1110100 0 110110 110000 1100 101100010 1000010 1000000

Color Harmonies of #E06874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06874

Black with #E06874

Text Example


Text Example

White with #E06874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06874; }

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

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

background-color css

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

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

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

border-color css

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

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

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