Html Css Color HEX #E1616C Froly

📋 copy color: '#E1616C'

red 225 ◦ green 97 ◦ blue 108

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

Shades of Froly #E1616C

Tints of Froly #E1616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 52.33%
G = 22.56%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1616C (or 0xE1616C) is known color: Froly. HEX triplet: E1, 61 and 6C. RGB value is (225,97,108). Sum of RGB (Red+Green+Blue) = 225+97+108=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1616C is #1E9E93. Grayscale: #888888. Windows color (decimal): -2006676 or 7102945. OLE color: 7102945.

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

Color convert

RGB 225 97 108 -
CMYK 0 0.57 0.52 0.12
HSL 354.84º 0.68% 0.63% -
HSV(B) 354.84º 0.57% 0.88% -
XYZ 38.03 25.64 17.13 -
YUV 136.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 225 97 108 0 0.57 0.52 0.12 354.84 0.68 0.63
Hex E1 61 6C 0 39 34 C 163 44 3F
Octal 341 141 154 0 71 64 14 543 104 77
Binary 11100001 1100001 1101100 0 111001 110100 1100 101100011 1000100 111111

Color Harmonies of #E1616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1616C

Black with #E1616C

Text Example


Text Example

White with #E1616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1616C; }

 p { color: rgb(225,97,108); }

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

background-color css

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

 a { background-color: rgb(225,97,108); }

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

border-color css

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

 span { border-color: rgb(225,97,108); }

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