Html Css Color HEX #E16277 Froly

📋 copy color: '#E16277'

red 225 ◦ green 98 ◦ blue 119

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

Shades of Froly #E16277

Tints of Froly #E16277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.17%

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

R = 50.9%
G = 22.17%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16277 (or 0xE16277) is known color: Froly. HEX triplet: E1, 62 and 77. RGB value is (225,98,119). Sum of RGB (Red+Green+Blue) = 225+98+119=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16277 is #1E9D88. Grayscale: #8A8A8A. Windows color (decimal): -2006409 or 7824097. OLE color: 7824097.

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

Color convert

RGB 225 98 119 -
CMYK 0 0.56 0.47 0.12
HSL 350.08º 0.68% 0.63% -
HSV(B) 350.08º 0.56% 0.88% -
XYZ 38.75 26.07 20.44 -
YUV 138.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 225 98 119 0 0.56 0.47 0.12 350.08 0.68 0.63
Hex E1 62 77 0 38 2F C 15E 44 3F
Octal 341 142 167 0 70 57 14 536 104 77
Binary 11100001 1100010 1110111 0 111000 101111 1100 101011110 1000100 111111

Color Harmonies of #E16277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16277

Black with #E16277

Text Example


Text Example

White with #E16277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16277; }

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

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

background-color css

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

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

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

border-color css

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

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

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