Html Css Color HEX #E2606B Froly

📋 copy color: '#E2606B'

red 226 ◦ green 96 ◦ blue 107

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

Shades of Froly #E2606B

Tints of Froly #E2606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 52.68%
G = 22.38%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2606B (or 0xE2606B) is known color: Froly. HEX triplet: E2, 60 and 6B. RGB value is (226,96,107). Sum of RGB (Red+Green+Blue) = 226+96+107=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2606B is #1D9F94. Grayscale: #888888. Windows color (decimal): -1941397 or 7037154. OLE color: 7037154.

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

Color convert

RGB 226 96 107 -
CMYK 0 0.58 0.53 0.11
HSL 354.92º 0.69% 0.63% -
HSV(B) 354.92º 0.58% 0.89% -
XYZ 38.2 25.6 16.84 -
YUV 136.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 226 96 107 0 0.58 0.53 0.11 354.92 0.69 0.63
Hex E2 60 6B 0 3A 35 B 163 45 3F
Octal 342 140 153 0 72 65 13 543 105 77
Binary 11100010 1100000 1101011 0 111010 110101 1011 101100011 1000101 111111

Color Harmonies of #E2606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2606B

Black with #E2606B

Text Example


Text Example

White with #E2606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2606B; }

 p { color: rgb(226,96,107); }

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

background-color css

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

 a { background-color: rgb(226,96,107); }

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

border-color css

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

 span { border-color: rgb(226,96,107); }

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