Html Css Color HEX #E06C6D Froly

📋 copy color: '#E06C6D'

red 224 ◦ green 108 ◦ blue 109

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

Shades of Froly #E06C6D

Tints of Froly #E06C6D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

 BLUE value IS 109 (42.97% from 255) = 24.72%

R = 50.79%
G = 24.49%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E06C6D (or 0xE06C6D) is known color: Froly. HEX triplet: E0, 6C and 6D. RGB value is (224,108,109). Sum of RGB (Red+Green+Blue) = 224+108+109=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C6D is #1F9392. Grayscale: #8E8E8E. Windows color (decimal): -2069395 or 7171296. OLE color: 7171296.

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

Color convert

RGB 224 108 109 -
CMYK 0 0.52 0.51 0.12
HSL 359.48º 0.65% 0.65% -
HSV(B) 359.48º 0.52% 0.88% -
XYZ 38.86 27.68 17.76 -
YUV 142.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 224 108 109 0 0.52 0.51 0.12 359.48 0.65 0.65
Hex E0 6C 6D 0 34 33 C 167 41 41
Octal 340 154 155 0 64 63 14 547 101 101
Binary 11100000 1101100 1101101 0 110100 110011 1100 101100111 1000001 1000001

Color Harmonies of #E06C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C6D

Black with #E06C6D

Text Example


Text Example

White with #E06C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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