Html Css Color HEX #E2616D Froly

📋 copy color: '#E2616D'

red 226 ◦ green 97 ◦ blue 109

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

Shades of Froly #E2616D

Tints of Froly #E2616D

RGB

 RED value IS 226 (88.67% from 255) = 52.31%

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 52.31%
G = 22.45%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2616D (or 0xE2616D) is known color: Froly. HEX triplet: E2, 61 and 6D. RGB value is (226,97,109). Sum of RGB (Red+Green+Blue) = 226+97+109=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2616D is #1D9E92. Grayscale: #898989. Windows color (decimal): -1941139 or 7168482. OLE color: 7168482.

HSL color Cylindrical-coordinate representation of color #E2616D: hue angle of 354.42º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2616D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 97 109 -
CMYK 0 0.57 0.52 0.11
HSL 354.42º 0.69% 0.63% -
HSV(B) 354.42º 0.57% 0.89% -
XYZ 38.4 25.82 17.43 -
YUV 136.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 226 97 109 0 0.57 0.52 0.11 354.42 0.69 0.63
Hex E2 61 6D 0 39 34 B 162 45 3F
Octal 342 141 155 0 71 64 13 542 105 77
Binary 11100010 1100001 1101101 0 111001 110100 1011 101100010 1000101 111111

Color Harmonies of #E2616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2616D

Black with #E2616D

Text Example


Text Example

White with #E2616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2616D; }

 p { color: rgb(226,97,109); }

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

background-color css

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

 a { background-color: rgb(226,97,109); }

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

border-color css

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

 span { border-color: rgb(226,97,109); }

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