Html Css Color HEX #E16077 Froly

📋 copy color: '#E16077'

red 225 ◦ green 96 ◦ blue 119

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

Shades of Froly #E16077

Tints of Froly #E16077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 51.14%
G = 21.82%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16077 (or 0xE16077) is known color: Froly. HEX triplet: E1, 60 and 77. RGB value is (225,96,119). Sum of RGB (Red+Green+Blue) = 225+96+119=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E16077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16077 is #1E9F88. Grayscale: #898989. Windows color (decimal): -2006921 or 7823585. OLE color: 7823585.

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

Color convert

RGB 225 96 119 -
CMYK 0 0.57 0.47 0.12
HSL 349.3º 0.68% 0.63% -
HSV(B) 349.3º 0.57% 0.88% -
XYZ 38.56 25.71 20.38 -
YUV 137.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 225 96 119 0 0.57 0.47 0.12 349.3 0.68 0.63
Hex E1 60 77 0 39 2F C 15D 44 3F
Octal 341 140 167 0 71 57 14 535 104 77
Binary 11100001 1100000 1110111 0 111001 101111 1100 101011101 1000100 111111

Color Harmonies of #E16077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16077

Black with #E16077

Text Example


Text Example

White with #E16077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16077; }

 p { color: rgb(225,96,119); }

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

background-color css

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

 a { background-color: rgb(225,96,119); }

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

border-color css

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

 span { border-color: rgb(225,96,119); }

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