Html Css Color HEX #E2616A Froly

📋 copy color: '#E2616A'

red 226 ◦ green 97 ◦ blue 106

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

Shades of Froly #E2616A

Tints of Froly #E2616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 52.68%
G = 22.61%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2616A (or 0xE2616A) is known color: Froly. HEX triplet: E2, 61 and 6A. RGB value is (226,97,106). Sum of RGB (Red+Green+Blue) = 226+97+106=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2616A is #1D9E95. Grayscale: #888888. Windows color (decimal): -1941142 or 6971874. OLE color: 6971874.

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

Color convert

RGB 226 97 106 -
CMYK 0 0.57 0.53 0.11
HSL 355.81º 0.69% 0.63% -
HSV(B) 355.81º 0.57% 0.89% -
XYZ 38.24 25.76 16.59 -
YUV 136.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 226 97 106 0 0.57 0.53 0.11 355.81 0.69 0.63
Hex E2 61 6A 0 39 35 B 164 45 3F
Octal 342 141 152 0 71 65 13 544 105 77
Binary 11100010 1100001 1101010 0 111001 110101 1011 101100100 1000101 111111

Color Harmonies of #E2616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2616A

Black with #E2616A

Text Example


Text Example

White with #E2616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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