Html Css Color HEX #E16A7B Froly

📋 copy color: '#E16A7B'

red 225 ◦ green 106 ◦ blue 123

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

Shades of Froly #E16A7B

Tints of Froly #E16A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 49.56%
G = 23.35%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E16A7B (or 0xE16A7B) is known color: Froly. HEX triplet: E1, 6A and 7B. RGB value is (225,106,123). Sum of RGB (Red+Green+Blue) = 225+106+123=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A7B is #1E9584. Grayscale: #8F8F8F. Windows color (decimal): -2004357 or 8088289. OLE color: 8088289.

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

Color convert

RGB 225 106 123 -
CMYK 0 0.53 0.45 0.12
HSL 351.43º 0.66% 0.65% -
HSV(B) 351.43º 0.53% 0.88% -
XYZ 39.78 27.75 22 -
YUV 143.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 225 106 123 0 0.53 0.45 0.12 351.43 0.66 0.65
Hex E1 6A 7B 0 35 2D C 15F 42 41
Octal 341 152 173 0 65 55 14 537 102 101
Binary 11100001 1101010 1111011 0 110101 101101 1100 101011111 1000010 1000001

Color Harmonies of #E16A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A7B

Black with #E16A7B

Text Example


Text Example

White with #E16A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A7B; }

 p { color: rgb(225,106,123); }

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

background-color css

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

 a { background-color: rgb(225,106,123); }

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

border-color css

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

 span { border-color: rgb(225,106,123); }

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