Html Css Color HEX #E16474 Froly

📋 copy color: '#E16474'

red 225 ◦ green 100 ◦ blue 116

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

Shades of Froly #E16474

Tints of Froly #E16474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 51.02%
G = 22.68%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16474 (or 0xE16474) is known color: Froly. HEX triplet: E1, 64 and 74. RGB value is (225,100,116). Sum of RGB (Red+Green+Blue) = 225+100+116=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16474 is #1E9B8B. Grayscale: #8B8B8B. Windows color (decimal): -2005900 or 7628001. OLE color: 7628001.

HSL color Cylindrical-coordinate representation of color #E16474: hue angle of 352.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16474 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 116 -
CMYK 0 0.56 0.48 0.12
HSL 352.32º 0.68% 0.64% -
HSV(B) 352.32º 0.56% 0.88% -
XYZ 38.76 26.38 19.57 -
YUV 139.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 225 100 116 0 0.56 0.48 0.12 352.32 0.68 0.64
Hex E1 64 74 0 38 30 C 160 44 40
Octal 341 144 164 0 70 60 14 540 104 100
Binary 11100001 1100100 1110100 0 111000 110000 1100 101100000 1000100 1000000

Color Harmonies of #E16474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16474

Black with #E16474

Text Example


Text Example

White with #E16474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16474; }

 p { color: rgb(225,100,116); }

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

background-color css

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

 a { background-color: rgb(225,100,116); }

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

border-color css

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

 span { border-color: rgb(225,100,116); }

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