Html Css Color HEX #E2616E Froly

📋 copy color: '#E2616E'

red 226 ◦ green 97 ◦ blue 110

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

Shades of Froly #E2616E

Tints of Froly #E2616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 52.19%
G = 22.4%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2616E (or 0xE2616E) is known color: Froly. HEX triplet: E2, 61 and 6E. RGB value is (226,97,110). Sum of RGB (Red+Green+Blue) = 226+97+110=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2616E is #1D9E91. Grayscale: #898989. Windows color (decimal): -1941138 or 7234018. OLE color: 7234018.

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

Color convert

RGB 226 97 110 -
CMYK 0 0.57 0.51 0.11
HSL 353.95º 0.69% 0.63% -
HSV(B) 353.95º 0.57% 0.89% -
XYZ 38.45 25.84 17.71 -
YUV 137.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 226 97 110 0 0.57 0.51 0.11 353.95 0.69 0.63
Hex E2 61 6E 0 39 33 B 162 45 3F
Octal 342 141 156 0 71 63 13 542 105 77
Binary 11100010 1100001 1101110 0 111001 110011 1011 101100010 1000101 111111

Color Harmonies of #E2616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2616E

Black with #E2616E

Text Example


Text Example

White with #E2616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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