Html Css Color HEX #E16B6E Froly

📋 copy color: '#E16B6E'

red 225 ◦ green 107 ◦ blue 110

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

Shades of Froly #E16B6E

Tints of Froly #E16B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 50.9%
G = 24.21%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E16B6E (or 0xE16B6E) is known color: Froly. HEX triplet: E1, 6B and 6E. RGB value is (225,107,110). Sum of RGB (Red+Green+Blue) = 225+107+110=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B6E is #1E9491. Grayscale: #8E8E8E. Windows color (decimal): -2004114 or 7236577. OLE color: 7236577.

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

Color convert

RGB 225 107 110 -
CMYK 0 0.52 0.51 0.12
HSL 358.47º 0.66% 0.65% -
HSV(B) 358.47º 0.52% 0.88% -
XYZ 39.12 27.65 18.03 -
YUV 142.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 225 107 110 0 0.52 0.51 0.12 358.47 0.66 0.65
Hex E1 6B 6E 0 34 33 C 166 42 41
Octal 341 153 156 0 64 63 14 546 102 101
Binary 11100001 1101011 1101110 0 110100 110011 1100 101100110 1000010 1000001

Color Harmonies of #E16B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16B6E

Black with #E16B6E

Text Example


Text Example

White with #E16B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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