Html Css Color HEX #E16D7D Froly

📋 copy color: '#E16D7D'

red 225 ◦ green 109 ◦ blue 125

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

Shades of Froly #E16D7D

Tints of Froly #E16D7D

RGB

 RED value IS 225 (88.28% from 255) = 49.02%

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

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

R = 49.02%
G = 23.75%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E16D7D (or 0xE16D7D) is known color: Froly. HEX triplet: E1, 6D and 7D. RGB value is (225,109,125). Sum of RGB (Red+Green+Blue) = 225+109+125=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D7D is #1E9282. Grayscale: #919191. Windows color (decimal): -2003587 or 8220129. OLE color: 8220129.

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

Color convert

RGB 225 109 125 -
CMYK 0 0.52 0.44 0.12
HSL 351.72º 0.66% 0.65% -
HSV(B) 351.72º 0.52% 0.88% -
XYZ 40.22 28.43 22.77 -
YUV 145.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 225 109 125 0 0.52 0.44 0.12 351.72 0.66 0.65
Hex E1 6D 7D 0 34 2C C 160 42 41
Octal 341 155 175 0 64 54 14 540 102 101
Binary 11100001 1101101 1111101 0 110100 101100 1100 101100000 1000010 1000001

Color Harmonies of #E16D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D7D

Black with #E16D7D

Text Example


Text Example

White with #E16D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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