Html Css Color HEX #E06872 Froly

📋 copy color: '#E06872'

red 224 ◦ green 104 ◦ blue 114

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

Shades of Froly #E06872

Tints of Froly #E06872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 50.68%
G = 23.53%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06872 (or 0xE06872) is known color: Froly. HEX triplet: E0, 68 and 72. RGB value is (224,104,114). Sum of RGB (Red+Green+Blue) = 224+104+114=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06872 is #1F978D. Grayscale: #8D8D8D. Windows color (decimal): -2070414 or 7497952. OLE color: 7497952.

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

Color convert

RGB 224 104 114 -
CMYK 0 0.54 0.49 0.12
HSL 355º 0.66% 0.64% -
HSV(B) 355º 0.54% 0.88% -
XYZ 38.73 26.96 19.08 -
YUV 141.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 224 104 114 0 0.54 0.49 0.12 355 0.66 0.64
Hex E0 68 72 0 36 31 C 163 42 40
Octal 340 150 162 0 66 61 14 543 102 100
Binary 11100000 1101000 1110010 0 110110 110001 1100 101100011 1000010 1000000

Color Harmonies of #E06872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06872

Black with #E06872

Text Example


Text Example

White with #E06872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06872; }

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

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

background-color css

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

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

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

border-color css

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

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

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