Html Css Color HEX #E16C7E Froly

📋 copy color: '#E16C7E'

red 225 ◦ green 108 ◦ blue 126

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

Shades of Froly #E16C7E

Tints of Froly #E16C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 49.02%
G = 23.53%
B = 27.45%

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

#E16C7E (or 0xE16C7E) is known color: Froly. HEX triplet: E1, 6C and 7E. RGB value is (225,108,126). Sum of RGB (Red+Green+Blue) = 225+108+126=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C7E is #1E9381. Grayscale: #919191. Windows color (decimal): -2003842 or 8285409. OLE color: 8285409.

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

Color convert

RGB 225 108 126 -
CMYK 0 0.52 0.44 0.12
HSL 350.77º 0.66% 0.65% -
HSV(B) 350.77º 0.52% 0.88% -
XYZ 40.18 28.24 23.07 -
YUV 145.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 225 108 126 0 0.52 0.44 0.12 350.77 0.66 0.65
Hex E1 6C 7E 0 34 2C C 15F 42 41
Octal 341 154 176 0 64 54 14 537 102 101
Binary 11100001 1101100 1111110 0 110100 101100 1100 101011111 1000010 1000001

Color Harmonies of #E16C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C7E

Black with #E16C7E

Text Example


Text Example

White with #E16C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C7E; }

 p { color: rgb(225,108,126); }

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

background-color css

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

 a { background-color: rgb(225,108,126); }

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

border-color css

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

 span { border-color: rgb(225,108,126); }

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