Html Css Color HEX #E06D7D Froly

📋 copy color: '#E06D7D'

red 224 ◦ green 109 ◦ blue 125

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

Shades of Froly #E06D7D

Tints of Froly #E06D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 48.91%
G = 23.8%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E06D7D (or 0xE06D7D) is known color: Froly. HEX triplet: E0, 6D and 7D. RGB value is (224,109,125). Sum of RGB (Red+Green+Blue) = 224+109+125=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D7D is #1F9282. Grayscale: #919191. Windows color (decimal): -2069123 or 8220128. OLE color: 8220128.

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

Color convert

RGB 224 109 125 -
CMYK 0 0.51 0.44 0.12
HSL 351.65º 0.65% 0.65% -
HSV(B) 351.65º 0.51% 0.88% -
XYZ 39.91 28.27 22.75 -
YUV 145.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 224 109 125 0 0.51 0.44 0.12 351.65 0.65 0.65
Hex E0 6D 7D 0 33 2C C 160 41 41
Octal 340 155 175 0 63 54 14 540 101 101
Binary 11100000 1101101 1111101 0 110011 101100 1100 101100000 1000001 1000001

Color Harmonies of #E06D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D7D

Black with #E06D7D

Text Example


Text Example

White with #E06D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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