Html Css Color HEX #E06D7C Froly

📋 copy color: '#E06D7C'

red 224 ◦ green 109 ◦ blue 124

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

Shades of Froly #E06D7C

Tints of Froly #E06D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.85%

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 49.02%
G = 23.85%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E06D7C (or 0xE06D7C) is known color: Froly. HEX triplet: E0, 6D and 7C. RGB value is (224,109,124). Sum of RGB (Red+Green+Blue) = 224+109+124=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D7C is #1F9283. Grayscale: #919191. Windows color (decimal): -2069124 or 8154592. OLE color: 8154592.

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

Color convert

RGB 224 109 124 -
CMYK 0 0.51 0.45 0.12
HSL 352.17º 0.65% 0.65% -
HSV(B) 352.17º 0.51% 0.88% -
XYZ 39.85 28.24 22.42 -
YUV 145.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 224 109 124 0 0.51 0.45 0.12 352.17 0.65 0.65
Hex E0 6D 7C 0 33 2D C 160 41 41
Octal 340 155 174 0 63 55 14 540 101 101
Binary 11100000 1101101 1111100 0 110011 101101 1100 101100000 1000001 1000001

Color Harmonies of #E06D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D7C

Black with #E06D7C

Text Example


Text Example

White with #E06D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D7C; }

 p { color: rgb(224,109,124); }

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

background-color css

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

 a { background-color: rgb(224,109,124); }

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

border-color css

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

 span { border-color: rgb(224,109,124); }

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