Html Css Color HEX #E16B7D Froly

📋 copy color: '#E16B7D'

red 225 ◦ green 107 ◦ blue 125

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

Shades of Froly #E16B7D

Tints of Froly #E16B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.41%

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

R = 49.23%
G = 23.41%
B = 27.35%

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

#E16B7D (or 0xE16B7D) is known color: Froly. HEX triplet: E1, 6B and 7D. RGB value is (225,107,125). Sum of RGB (Red+Green+Blue) = 225+107+125=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B7D is #1E9482. Grayscale: #909090. Windows color (decimal): -2004099 or 8219617. OLE color: 8219617.

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

Color convert

RGB 225 107 125 -
CMYK 0 0.52 0.44 0.12
HSL 350.85º 0.66% 0.65% -
HSV(B) 350.85º 0.52% 0.88% -
XYZ 40.01 28 22.7 -
YUV 144.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 225 107 125 0 0.52 0.44 0.12 350.85 0.66 0.65
Hex E1 6B 7D 0 34 2C C 15F 42 41
Octal 341 153 175 0 64 54 14 537 102 101
Binary 11100001 1101011 1111101 0 110100 101100 1100 101011111 1000010 1000001

Color Harmonies of #E16B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16B7D

Black with #E16B7D

Text Example


Text Example

White with #E16B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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